Home
last modified time | relevance | path

Searched refs:to_userdata (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/kyua/engine/
H A Dkyuafile.cpp245 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()
/freebsd/contrib/kyua/utils/fs/
H A Dlua_module.cpp177 DIR** dirp = state.to_userdata< DIR* >(state.upvalue_index(1)); in files_iterator()
207 DIR** dirp = state.to_userdata< DIR* >(-1); in files_gc()
/freebsd/contrib/lutok/
H A Dstate.hpp137 template< typename Type > Type* to_userdata(const int);
H A Dstate.cpp186 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()
H A Dstate.ipp59 state::to_userdata(const int index)
H A Dstate_test.cpp1062 ATF_TEST_CASE_WITHOUT_HEAD(to_userdata);
1063 ATF_TEST_CASE_BODY(to_userdata) in ATF_TEST_CASE_BODY() argument
1073 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()
/freebsd/contrib/kyua/utils/config/
H A Dparser.cpp127 *state.to_userdata< config::parser::impl* >(-1); in lua_syntax()
H A Dlua_module.cpp64 config::tree& tree = **state.to_userdata< config::tree* >(-1); in get_global_tree()