Home
last modified time | relevance | path

Searched refs:lua_rawgeti (Results 1 – 7 of 7) sorted by relevance

/external/lua/src/
Dlua.h246 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n); variable
364 ((void)lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS))
Dloadlib.c348 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */ in gctm()
578 if (lua_rawgeti(L, 3, i) == LUA_TNIL) { /* no more searchers? */ in findloader()
Dlauxlib.c602 lua_rawgeti(L, t, freelist); /* get first free element */ in luaL_ref()
606 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref()
619 lua_rawgeti(L, t, freelist); in luaL_unref()
Dlua.c431 lua_rawgeti(L, -i, i); in pushargs()
Dlapi.c658 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { in lua_rawgeti() function
/external/skqp/src/utils/
DSkLua.cpp216 lua_rawgeti(L, stackIndex, arrayIndex); in getarray_scalar()
/external/skia/src/utils/
DSkLua.cpp216 lua_rawgeti(L, stackIndex, arrayIndex); in getarray_scalar()