Home
last modified time | relevance | path

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

/external/lua/src/
Dlbaselib.c254 if (lua_next(L, 1)) in luaB_next()
Dlua.h340 LUA_API int (lua_next) (lua_State *L, int idx); variable
Dlauxlib.c56 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
Dlapi.c1220 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
/external/libtextclassifier/native/utils/
Dlua-utils.h583 return lua_next(state_, index); in Next()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dmsg.c758 while (lua_next(L, 2) != 0) { in lupb_msgdef_call()