Home
last modified time | relevance | path

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

/external/icing/icing/index/
Dindex.cc76 const IcingDynamicTrie::PropertyReadersAll& property_reader, in IsTermInNamespaces() argument
82 if (property_reader.HasProperty(GetNamespacePropertyId(namespace_id), in IsTermInNamespaces()
224 IcingDynamicTrie::PropertyReadersAll property_reader(lite_index_->lexicon()); in FindLiteTermsByPrefix() local
232 if (!IsTermInNamespaces(property_reader, term_value_index, namespace_ids)) { in FindLiteTermsByPrefix()
/external/icing/icing/index/main/
Dmain-index.cc203 const IcingDynamicTrie::PropertyReadersAll& property_reader, in IsTermInNamespaces() argument
209 if (property_reader.HasProperty(GetNamespacePropertyId(namespace_id), in IsTermInNamespaces()
226 IcingDynamicTrie::PropertyReadersAll property_reader(*main_lexicon_); in FindTermsByPrefix() local
234 if (!IsTermInNamespaces(property_reader, term_value_index, namespace_ids)) { in FindTermsByPrefix()