Searched refs:lua_next (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/executor/ |
H A D | executor_main.c | 355 while (lua_next(L, -2) != 0) { in parse_execute_data() 380 while (lua_next(L, opts) != 0) { in parse_execute_args()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | msg.c | 418 while (lua_next(L, 2) != 0) { in lupb_Array_New() 797 while (lua_next(L, 2) != 0) { in lupb_MessageDef_call()
|
/aosp_15_r20/external/lua/src/ |
H A D | lbaselib.c | 254 if (lua_next(L, 1)) in luaB_next()
|
H A D | lua.h | 340 LUA_API int (lua_next) (lua_State *L, int idx); variable
|
H A D | lauxlib.c | 56 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
|
H A D | lapi.c | 1220 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
|
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/ |
D | JniUtils.cpp | 235 while (lua_next(lua, /* table index = */ -2) != 0) { in convertLuaTableToBundle()
|
/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A D | lua-utils.h | 583 return lua_next(state_, index); in Next()
|