Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/
Dlua-utils.h42 static constexpr const char *kIndexKey = "__index"; variable
96 lua_setfield(state, -2, kIndexKey); in NewIterator()
212 lua_setfield(state_, -2, kIndexKey); in BindTable()
Dlua-utils.cc84 lua_setfield(state, -2, kIndexKey); in PushFlatbuffer()