Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dupb.c108 lua_rawgeti(L, -1, n); in lua_getiuservalue()
Dmsg.c937 lua_rawgeti(L, narg, i); in lupb_getoptions()
/external/lua/src/
Dloadlib.c364 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()
Dlua.h255 LUA_API int (lua_rawgeti) (lua_State *L, int idx, lua_Integer n); variable
384 ((void)lua_rawgeti(L, LUA_REGISTRYINDEX, LUA_RIDX_GLOBALS))
Dlauxlib.c653 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()
Dlua.c214 lua_rawgeti(L, -i, i); in pushargs()
Dlapi.c710 LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) { in lua_rawgeti() function
/external/mesa3d/src/intel/executor/
Dexecutor_main.c737 lua_rawgeti(L, 1, i); in l_dump()