Searched refs:to_userdata (Results 1 – 8 of 8) sorted by relevance
245 return *state.to_userdata< parser* >(-1); in get_from_state()430 const config::tree* user_config = *state.to_userdata< const config::tree* >( in lua_generic_test_program()437 *state.to_userdata< scheduler::scheduler_handle* >( in lua_generic_test_program()534 const config::tree* user_config = *state.to_userdata< const config::tree* >( in lua_include()541 *state.to_userdata< scheduler::scheduler_handle* >( in lua_include()
177 DIR** dirp = state.to_userdata< DIR* >(state.upvalue_index(1)); in files_iterator()207 DIR** dirp = state.to_userdata< DIR* >(-1); in files_gc()
137 template< typename Type > Type* to_userdata(const int);
186 lutok::cxx_function* function = state.to_userdata< lutok::cxx_function >( in cxx_closure_trampoline()206 lutok::cxx_function* function = state.to_userdata< lutok::cxx_function >( in cxx_function_trampoline()
59 state::to_userdata(const int index)
1062 ATF_TEST_CASE_WITHOUT_HEAD(to_userdata);1063 ATF_TEST_CASE_BODY(to_userdata) in ATF_TEST_CASE_BODY() argument1073 int* pointer = state.to_userdata< int >(-2); in ATF_TEST_CASE_BODY()1162 ATF_ADD_TEST_CASE(tcs, to_userdata); in ATF_INIT_TEST_CASES()
127 *state.to_userdata< config::parser::impl* >(-1); in lua_syntax()
64 config::tree& tree = **state.to_userdata< config::tree* >(-1); in get_global_tree()