Home
last modified time | relevance | path

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

/external/libtextclassifier/actions/
Dlua-utils.cc129 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()
Dlua-ranker.cc76 while (lua_next(state_, /*idx=*/-2)) { in ReadActionsRanking()
/external/libtextclassifier/utils/intents/
Dintent-generator.cc543 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/
Dlua-utils.cc173 while (lua_next(state_, /*idx=*/-2)) { in ReadFlatbuffer()
/external/lua/src/
Dlbaselib.c229 if (lua_next(L, 1)) in luaB_next()
Dltablib.c66 while (lua_next(L, 1)) { in maxn()
Dlua.h321 LUA_API int (lua_next) (lua_State *L, int idx); variable
Dlauxlib.c50 while (lua_next(L, -2)) { /* for each pair in table */ in findfield()
Dlapi.c1123 LUA_API int lua_next (lua_State *L, int idx) { in lua_next() function