HomeSort by relevance Sort by last modified time
    Searched refs:lua_newtable (Results 1 - 8 of 8) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 371 lua_newtable(L); /* the table */
373 lua_newtable(L); /* the meta table */
377 lua_newtable(L); /* the .get table */
380 lua_newtable(L); /* the .set table */
536 lua_newtable(L); /* namespace itself */
537 lua_newtable(L); /* metatable for namespace */
541 lua_newtable(L);
545 lua_newtable(L);
549 lua_newtable(L);
741 lua_newtable(L)
    [all...]
typemaps.i 286 lua_newtable(L);\
486 lua_newtable(L);
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 186 lua_newtable(fL);
205 lua_newtable(fL);
214 lua_newtable(fL);
217 lua_newtable(fL);
226 lua_newtable(fL);
235 lua_newtable(fL);
249 lua_newtable(fL);
309 lua_newtable(fL);
321 lua_newtable(fL);
516 lua_newtable(L)
    [all...]
SkLuaCanvas.cpp 25 lua_newtable(L);
  /external/skia/src/utils/
SkLua.cpp 186 lua_newtable(fL);
205 lua_newtable(fL);
214 lua_newtable(fL);
217 lua_newtable(fL);
226 lua_newtable(fL);
235 lua_newtable(fL);
249 lua_newtable(fL);
309 lua_newtable(fL);
321 lua_newtable(fL);
516 lua_newtable(L)
    [all...]
SkLuaCanvas.cpp 25 lua_newtable(L);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.h 325 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
lauxlib.c 277 lua_newtable(L); /* create metatable */
872 lua_newtable(L);

Completed in 323 milliseconds