Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/executor/
H A Dexecutor_main.c355 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/
Dmsg.c418 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 Dlbaselib.c254 if (lua_next(L, 1)) in luaB_next()
H A Dlua.h340 LUA_API int (lua_next) (lua_State *L, int idx); variable
H A Dlauxlib.c56 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
H A Dlapi.c1220 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp235 while (lua_next(lua, /* table index = */ -2) != 0) { in convertLuaTableToBundle()
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dlua-utils.h583 return lua_next(state_, index); in Next()