Searched refs:lua_rawgeti (Results 1 – 7 of 7) sorted by relevance
/external/lua/src/ |
D | lua.h | 246 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n); variable 364 ((void)lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS))
|
D | loadlib.c | 348 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()
|
D | lauxlib.c | 602 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()
|
D | lua.c | 431 lua_rawgeti(L, -i, i); in pushargs()
|
D | lapi.c | 658 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { in lua_rawgeti() function
|
/external/skqp/src/utils/ |
D | SkLua.cpp | 216 lua_rawgeti(L, stackIndex, arrayIndex); in getarray_scalar()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 216 lua_rawgeti(L, stackIndex, arrayIndex); in getarray_scalar()
|