Home
last modified time | relevance | path

Searched refs:IteritemsCallback (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/utils/
Dlua-utils.h69 static int IteritemsCallback(lua_State *state);
103 lua_pushcclosure(state, &Iterator::IteritemsCallback, 2); in NewIterator()
Dlua-utils.cc69 int LuaEnvironment::Iterator::IteritemsCallback(lua_State *state) { in IteritemsCallback() function in libtextclassifier3::LuaEnvironment::Iterator