Searched refs:lua_next (Results 1 – 9 of 9) sorted by relevance
/external/libtextclassifier/actions/ |
D | lua-utils.cc | 129 while (lua_next(env->state(), /*idx=*/-2)) { in ReadSpan() 163 while (lua_next(env->state(), /*idx=*/-2)) { in ReadAnnotations() 180 while (lua_next(env->state(), /*idx=*/-2)) { in ReadAnnotation() 200 while (lua_next(env->state(), /*idx=*/-2)) { in ReadClassificationResult() 281 while (lua_next(env->state(), /*idx=*/-2)) { in ReadAction() 320 while (lua_next(env->state(), /*idx=*/-2)) { in ReadActions()
|
D | lua-ranker.cc | 76 while (lua_next(state_, /*idx=*/-2)) { in ReadActionsRanking()
|
/external/libtextclassifier/utils/intents/ |
D | intent-generator.cc | 543 while (lua_next(state_, /*idx=*/-2)) { in ReadRemoteActionTemplateResult() 587 while (lua_next(state_, /*idx=*/-2)) { in ReadCategories() 601 while (lua_next(state_, /*idx=*/-2)) { in ReadExtras() 615 while (lua_next(state_, /*idx=*/-2)) { in ReadExtras() 654 while (lua_next(state_, /*idx=*/-2)) { in ReadRemoteActionTemplates()
|
/external/libtextclassifier/utils/ |
D | lua-utils.cc | 173 while (lua_next(state_, /*idx=*/-2)) { in ReadFlatbuffer()
|
/external/lua/src/ |
D | lbaselib.c | 229 if (lua_next(L, 1)) in luaB_next()
|
D | ltablib.c | 66 while (lua_next(L, 1)) { in maxn()
|
D | lua.h | 321 LUA_API int (lua_next) (lua_State *L, int idx); variable
|
D | lauxlib.c | 50 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
|
D | lapi.c | 1123 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function
|