Home
last modified time | relevance | path

Searched defs:property_path (Results 1 – 9 of 9) sorted by relevance

/external/icing/icing/index/numeric/
Dinteger-index.cc71 std::string_view property_path) { in GetPropertyIndexStoragePath()
99 for (const std::string& property_path : property_paths) { in GetPropertyIntegerIndexStorageMap() local
213 IntegerIndex::GetIterator(std::string_view property_path, int64_t key_lower, in GetIterator()
241 const std::string& property_path) { in AddPropertyToWildcardStorage()
245 for (const std::string& property_path : wildcard_properties_set_) { in AddPropertyToWildcardStorage() local
348 for (const std::string& property_path : property_paths) { in Clear() local
483 const IntegerIndexStorage* old_storage, const std::string& property_path, in TransferIntegerIndexStorage()
Ddummy-numeric-index.h66 std::string_view property_path, DocumentId document_id, in Edit()
103 std::string_view property_path, DocumentId document_id, in Editor()
269 DummyNumericIndex<T>::GetIterator(std::string_view property_path, T key_lower, in GetIterator()
Dinteger-index.h122 std::string_view property_path, DocumentId document_id, in Edit()
190 explicit Editor(std::string_view property_path, DocumentId document_id, in Editor()
Dnumeric-index.h52 explicit Editor(std::string_view property_path, DocumentId document_id, in Editor()
Dinteger-index_test.cc169 std::string_view property_path, int64_t key_lower, int64_t key_upper) { in Query()
191 void Index(NumericIndex<int64_t>* integer_index, std::string_view property_path, in Index()
/external/icing/icing/result/
Dsnippet-retriever.cc54 const std::string& property_path) { in AddIndexToPath()
479 const std::string& property_path, in GetEntriesFromProperty()
624 std::string property_path = property_util::ConcatenatePropertyPathExpr( in RetrieveSnippetForSection() local
/external/icing/icing/schema/
Dproperty-util.h148 const DocumentProto& document, std::string_view property_path) { in ExtractPropertyValuesFromDocument()
Dsection-manager.cc97 std::string&& property_path) { in ProcessSchemaTypePropertyConfig()
Djoinable-property-manager.cc90 std::string&& property_path) { in ProcessSchemaTypePropertyConfig()