/aosp_15_r20/external/icing/icing/index/numeric/ |
H A D | integer-index.cc | 71 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 D | dummy-numeric-index.h | 67 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 D | integer-index.h | 126 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 D | numeric-index.h | 54 explicit Editor(std::string_view property_path, DocumentId document_id, in Editor()
|
H A D | integer-index_test.cc | 184 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 D | snippet-retriever.cc | 54 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 D | score-expression.cc | 809 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 D | schema-type-manager.cc | 87 for (const auto& property_path : in Create() local
|
H A D | scorable_property_manager.h | 39 std::string property_path; member
|
H A D | property-util.h | 189 const DocumentProto& document, std::string_view property_path) { in ExtractPropertyValuesFromDocument()
|
H A D | section-manager.cc | 92 std::string&& property_path) { in ProcessSchemaTypePropertyConfig()
|
H A D | scorable_property_manager.cc | 38 SchemaTypeId schema_type_id, std::string_view property_path, in GetScorablePropertyIndex()
|
H A D | joinable-property-manager.cc | 92 std::string&& property_path) { in ProcessSchemaTypePropertyConfig()
|
/aosp_15_r20/external/icing/icing/index/ |
H A D | property-existence-indexing-handler_test.cc | 199 QueryExistence(Index* index, std::string_view property_path) { in QueryExistence()
|
H A D | term-indexing-handler_test.cc | 215 QueryExistence(Index* index, std::string_view property_path) { in QueryExistence()
|
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/ |
H A D | query-visitor.cc | 413 const std::string& property_path = args.at(0).string_val().ValueOrDie()->term; in HasPropertyFunction() local
|