Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/index/numeric/
H A Dinteger-index.cc71 std::string_view property_path) { in GetPropertyIndexStoragePath()
99 for (const std::string& property_path : property_paths) { in GetPropertyIntegerIndexStorageMap() local
222 IntegerIndex::GetIterator(std::string_view property_path, int64_t key_lower, in GetIterator()
250 const std::string& property_path) { in AddPropertyToWildcardStorage()
256 for (const std::string& property_path : wildcard_properties_set_) { in AddPropertyToWildcardStorage() local
364 for (const std::string& property_path : property_paths) { in Clear() local
514 const IntegerIndexStorage* old_storage, const std::string& property_path, in TransferIntegerIndexStorage()
H A Ddummy-numeric-index.h67 std::string_view property_path, DocumentId document_id, in Edit()
104 std::string_view property_path, DocumentId document_id, in Editor()
296 DummyNumericIndex<T>::GetIterator(std::string_view property_path, T key_lower, in GetIterator()
H A Dinteger-index.h126 std::string_view property_path, DocumentId document_id, in Edit()
166 explicit Editor(std::string_view property_path, DocumentId document_id, in Editor()
H A Dnumeric-index.h54 explicit Editor(std::string_view property_path, DocumentId document_id, in Editor()
H A Dinteger-index_test.cc184 std::string_view property_path, int64_t key_lower, int64_t key_upper) { in Query()
207 void Index(NumericIndex<int64_t>* integer_index, std::string_view property_path, in Index()
/aosp_15_r20/external/icing/icing/result/
H A Dsnippet-retriever.cc54 const std::string& property_path) { in AddIndexToPath()
488 const std::string& property_path, in GetEntriesFromProperty()
633 std::string property_path = property_util::ConcatenatePropertyPathExpr( in RetrieveSnippetForSection() local
/aosp_15_r20/external/icing/icing/scoring/advanced_scoring/
H A Dscore-expression.cc809 std::string_view property_path) in GetScorablePropertyFunctionScoreExpression()
818 std::string_view alias_schema_type, std::string_view property_path, in GetAndValidateSchemaTypeIds()
/aosp_15_r20/external/icing/icing/schema/
H A Dschema-type-manager.cc87 for (const auto& property_path : in Create() local
H A Dscorable_property_manager.h39 std::string property_path; member
H A Dproperty-util.h189 const DocumentProto& document, std::string_view property_path) { in ExtractPropertyValuesFromDocument()
H A Dsection-manager.cc92 std::string&& property_path) { in ProcessSchemaTypePropertyConfig()
H A Dscorable_property_manager.cc38 SchemaTypeId schema_type_id, std::string_view property_path, in GetScorablePropertyIndex()
H A Djoinable-property-manager.cc92 std::string&& property_path) { in ProcessSchemaTypePropertyConfig()
/aosp_15_r20/external/icing/icing/index/
H A Dproperty-existence-indexing-handler_test.cc199 QueryExistence(Index* index, std::string_view property_path) { in QueryExistence()
H A Dterm-indexing-handler_test.cc215 QueryExistence(Index* index, std::string_view property_path) { in QueryExistence()
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/
H A Dquery-visitor.cc413 const std::string& property_path = args.at(0).string_val().ValueOrDie()->term; in HasPropertyFunction() local