Searched refs:SWIG_Lua_get_table (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1111 #define SWIG_Lua_get_table(L,n) \ macro 1325 SWIG_Lua_get_table(L,".get"); /* find the .get table */ in SWIG_Lua_namespace_get() 1339 SWIG_Lua_get_table(L,".fn"); /* find the .get table */ in SWIG_Lua_namespace_get() 1365 SWIG_Lua_get_table(L,".set"); /* find the .set table */ in SWIG_Lua_namespace_set() 1512 SWIG_Lua_get_table(L,".bases"); in SWIG_Lua_iterate_bases() 1613 SWIG_Lua_get_table(L,"__getitem"); /* find the __getitem fn */ in SWIG_Lua_class_do_get_item() 1650 SWIG_Lua_get_table(L,".get"); /* find the .get table */ in SWIG_Lua_class_do_get() 1667 SWIG_Lua_get_table(L,".fn"); /* find the .fn table */ in SWIG_Lua_class_do_get() 1733 SWIG_Lua_get_table(L,".set"); /* find the .set table */ in SWIG_Lua_class_do_set() 1754 SWIG_Lua_get_table(L,"__setitem"); /* find the fn */ in SWIG_Lua_class_do_set() [all …]
|