Home
last modified time | relevance | path

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

/external/icing/icing/index/
Dterm-property-id.h42 uint32_t GetNamespacePropertyId(NamespaceId namespace_id);
Dterm-property-id.cc44 uint32_t GetNamespacePropertyId(NamespaceId namespace_id) { in GetNamespacePropertyId() function
Dindex.cc82 if (property_reader.HasProperty(GetNamespacePropertyId(namespace_id), in IsTermInNamespaces()
/external/icing/icing/index/lite/
Dlite-index.cc300 if (!lexicon_.SetProperty(tvi, GetNamespacePropertyId(namespace_id))) { in UpdateTermProperties()
/external/icing/icing/index/main/
Dmain-index.cc209 if (property_reader.HasProperty(GetNamespacePropertyId(namespace_id), in IsTermInNamespaces()