OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upvalue_index
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/lutok/dist/
state.hpp
138
int
upvalue_index
(const int);
state.cpp
187
state.
upvalue_index
(nupvalues));
207
state.
upvalue_index
(1));
876
lutok::state::
upvalue_index
(const int index)
function in class:lutok::state
state_test.cpp
112
const int i1 = lua_tointeger(raw_state, state.
upvalue_index
(1));
113
const int i2 = lua_tointeger(raw_state, state.
upvalue_index
(2));
1300
ATF_TEST_CASE_WITHOUT_HEAD(
upvalue_index
);
variable
1301
ATF_TEST_CASE_BODY(
upvalue_index
)
1399
ATF_ADD_TEST_CASE(tcs,
upvalue_index
);
/src/external/bsd/kyua-cli/dist/utils/fs/
lua_module.cpp
129
DIR** dirp = state.to_userdata< DIR* >(state.
upvalue_index
(1));
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026