Searched refs:SWIG_Lua_get_table (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1063 #define SWIG_Lua_get_table(L,n) \ macro 1277 SWIG_Lua_get_table(L,".get"); /* find the .get table */ in SWIG_Lua_namespace_get() 1291 SWIG_Lua_get_table(L,".fn"); /* find the .get table */ in SWIG_Lua_namespace_get() 1317 SWIG_Lua_get_table(L,".set"); /* find the .set table */ in SWIG_Lua_namespace_set() 1464 SWIG_Lua_get_table(L,".bases"); in SWIG_Lua_iterate_bases() 1600 SWIG_Lua_get_table(L,".get"); /* find the .get table */ in SWIG_Lua_class_do_get() 1617 SWIG_Lua_get_table(L,".fn"); /* find the .fn table */ in SWIG_Lua_class_do_get() 1683 SWIG_Lua_get_table(L,".set"); /* find the .set table */ in SWIG_Lua_class_do_set() 1704 SWIG_Lua_get_table(L,"__setitem"); /* find the fn */ in SWIG_Lua_class_do_set() 2027 SWIG_Lua_get_table(L,".bases"); in SWIG_Lua_add_class_instance_details() [all …]
|