HomeSort by: relevance | last modified time | path
    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