Searched refs:SWIG_Lua_get_table (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1084 #define SWIG_Lua_get_table(L,n) \ macro 1298 SWIG_Lua_get_table(L,".get"); /* find the .get table */ in SWIG_Lua_namespace_get() 1312 SWIG_Lua_get_table(L,".fn"); /* find the .get table */ in SWIG_Lua_namespace_get() 1338 SWIG_Lua_get_table(L,".set"); /* find the .set table */ in SWIG_Lua_namespace_set() 1485 SWIG_Lua_get_table(L,".bases"); in SWIG_Lua_iterate_bases() 1621 SWIG_Lua_get_table(L,".get"); /* find the .get table */ in SWIG_Lua_class_do_get() 1638 SWIG_Lua_get_table(L,".fn"); /* find the .fn table */ in SWIG_Lua_class_do_get() 1704 SWIG_Lua_get_table(L,".set"); /* find the .set table */ in SWIG_Lua_class_do_set() 1725 SWIG_Lua_get_table(L,"__setitem"); /* find the fn */ in SWIG_Lua_class_do_set() 2048 SWIG_Lua_get_table(L,".bases"); in SWIG_Lua_add_class_instance_details() [all …]
|