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