Searched refs:SWIG_Lua_get_table (Results 1 – 1 of 1) sorted by relevance
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1107 #define SWIG_Lua_get_table(L,n) \ macro 1321 SWIG_Lua_get_table(L,".get"); /* find the .get table */ in SWIG_Lua_namespace_get() 1335 SWIG_Lua_get_table(L,".fn"); /* find the .get table */ in SWIG_Lua_namespace_get() 1361 SWIG_Lua_get_table(L,".set"); /* find the .set table */ in SWIG_Lua_namespace_set() 1508 SWIG_Lua_get_table(L,".bases"); in SWIG_Lua_iterate_bases() 1609 SWIG_Lua_get_table(L,"__getitem"); /* find the __getitem fn */ in SWIG_Lua_class_do_get_item() 1646 SWIG_Lua_get_table(L,".get"); /* find the .get table */ in SWIG_Lua_class_do_get() 1663 SWIG_Lua_get_table(L,".fn"); /* find the .fn table */ in SWIG_Lua_class_do_get() 1729 SWIG_Lua_get_table(L,".set"); /* find the .set table */ in SWIG_Lua_class_do_set() 1750 SWIG_Lua_get_table(L,"__setitem"); /* find the fn */ in SWIG_Lua_class_do_set() [all …]
|