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

  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 221 lua_rawset(L,-3))
249 lua_rawset(L,LUA_REGISTRYINDEX);
361 lua_rawset(L,1); /* add direct */
378 lua_rawset(L,-3); /* add .get into metatable */
381 lua_rawset(L,-3); /* add .set into metatable */
385 lua_rawset(L,-3); /* add module into parent */
542 lua_rawset(L,-3);
546 lua_rawset(L,-3);
550 lua_rawset(L,-3);
557 lua_rawset(L,-3); /* add namespace to module table *
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 155 lua_rawset(L, 1);
ldblib.c 318 lua_rawset(L, -3); /* set new hook */
lua.h 241 LUA_API void (lua_rawset) (lua_State *L, int idx);
lapi.c 770 LUA_API void lua_rawset (lua_State *L, int idx) { function

Completed in 36 milliseconds