Searched refs:IteritemsCallback (Results 1 – 2 of 2) sorted by relevance
69 static int IteritemsCallback(lua_State *state);103 lua_pushcclosure(state, &Iterator::IteritemsCallback, 2); in NewIterator()
69 int LuaEnvironment::Iterator::IteritemsCallback(lua_State *state) { in IteritemsCallback() function in libtextclassifier3::LuaEnvironment::Iterator