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

  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 216 (lua_pushstring(L, n), lua_rawget(L,-2))
237 lua_rawget(L,LUA_REGISTRYINDEX);
301 lua_rawget(L,-2);
345 lua_rawget(L,-2);
445 lua_rawget(L,-2);
458 lua_rawget(L,-2); /* look for the fn */
486 lua_rawget(L,-2);
577 lua_rawget(L,-2);
591 lua_rawget(L,-2); /* look for the fn */
634 lua_rawget(L,-2)
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldblib.c 264 lua_rawget(L, -2);
335 lua_rawget(L, -2); /* get hook */
lbaselib.c 146 lua_rawget(L, 1);
lua.h 226 LUA_API void (lua_rawget) (lua_State *L, int idx);
lauxlib.c 703 lua_rawget(L, -2);
775 lua_rawget(L, -2);
lapi.c 639 LUA_API void lua_rawget (lua_State *L, int idx) { function

Completed in 438 milliseconds