Searched refs:lua_rawgeti (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | upb.c | 81 lua_rawgeti(L, -1, n); in lua_getiuservalue()
|
D | msg.c | 897 lua_rawgeti(L, narg, i); in lupb_getoptions()
|
/external/lua/src/ |
D | lua.h | 255 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n); variable 384 ((void)lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS))
|
D | loadlib.c | 364 lua_rawgeti(L, 1, n); /* get handle CLIBS[n] */ in gctm() 632 if (lua_rawgeti(L, 3, i) == LUA_TNIL) { /* no more searchers? */ in findloader()
|
D | lauxlib.c | 653 lua_rawgeti(L, t, freelist); /* get first free element */ in luaL_ref() 657 lua_rawgeti(L, t, ref); /* remove it from list */ in luaL_ref() 670 lua_rawgeti(L, t, freelist); in luaL_unref()
|
D | lua.c | 214 lua_rawgeti(L, -i, i); in pushargs()
|
D | lapi.c | 710 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()
|