Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/
Dlua-utils.cc30 static constexpr const char kCollectionKey[] = "collection"; variable
381 lua_setfield(state_, /*idx=*/kIndexStackTop - 1, kCollectionKey); in PushAnnotation()
514 if (key.Equals(kCollectionKey)) { in ReadClassificationResult()