/aosp_15_r20/external/icing/icing/result/ |
H A D | snippet-retriever_test.cc | 179 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() 205 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() 231 SectionRestrictQueryTermsMap query_terms{{"", {"four"}}}; in TEST_F() 256 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() 289 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() 322 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() 350 SectionRestrictQueryTermsMap query_terms{{"", {"in"}}}; in TEST_F() 378 SectionRestrictQueryTermsMap query_terms{{"", {"in"}}}; in TEST_F() 404 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() 437 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() [all …]
|
H A D | result-retriever-v2_projection_test.cc | 314 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() 417 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() 531 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() 649 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() 750 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() 834 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() 919 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() 1006 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() 1097 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() 1192 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() [all …]
|
H A D | result-retriever-v2_snippet_test.cc | 252 schema_store_.get(), SectionRestrictQueryTermsMap()), in TEST_F() 308 SectionRestrictQueryTermsMap({{"", {"foo", "bar"}}})), in TEST_F() 423 SectionRestrictQueryTermsMap({{"", {"foo", "bar"}}})), in TEST_F() 505 SectionRestrictQueryTermsMap({{"", {"foo", "bar"}}})), in TEST_F() 564 SectionRestrictQueryTermsMap({{"", {"foo", "bar"}}})), in TEST_F() 626 SectionRestrictQueryTermsMap({{"", {"foo", "bar"}}})), in TEST_F() 690 SectionRestrictQueryTermsMap({{"", {"foo", "bar"}}})), in TEST_F() 805 SectionRestrictQueryTermsMap({{"", {"person"}}})), in TEST_F() 811 SectionRestrictQueryTermsMap({{"", {"foo", "bar"}}})), in TEST_F() 1039 SectionRestrictQueryTermsMap({{"", {"person"}}})), in TEST_F() [all …]
|
H A D | snippet-context.h | 28 explicit SnippetContext(SectionRestrictQueryTermsMap query_terms_in, in SnippetContext() 36 SectionRestrictQueryTermsMap query_terms;
|
H A D | result-adjustment-info.cc | 34 SectionRestrictQueryTermsMap query_terms) { in CreateSnippetContext() 51 SectionRestrictQueryTermsMap query_terms) in ResultAdjustmentInfo()
|
H A D | result-adjustment-info_test.cc | 111 SectionRestrictQueryTermsMap query_terms_map; in TEST_F() 140 SectionRestrictQueryTermsMap query_terms_map; in TEST_F()
|
H A D | snippet-retriever_benchmark.cc | 148 SectionRestrictQueryTermsMap query_terms = {{"", {"foo"}}}; in BM_SnippetOneProperty() 278 SectionRestrictQueryTermsMap query_terms = {{"", {"foo"}}}; in BM_SnippetRfcOneProperty()
|
H A D | result-adjustment-info.h | 47 SectionRestrictQueryTermsMap query_terms);
|
H A D | snippet-retriever.h | 61 const SectionRestrictQueryTermsMap& query_terms,
|
H A D | snippet-retriever.cc | 670 const SectionRestrictQueryTermsMap& query_terms, in RetrieveSnippet()
|
H A D | result-state-manager_test.cc | 453 SectionRestrictQueryTermsMap query_terms; in TEST_F()
|
/aosp_15_r20/external/icing/icing/ |
H A D | icing-search-engine.h | 697 SectionRestrictQueryTermsMap query_terms; 702 SectionRestrictQueryTermsMap&& query_terms_in, in QueryScoringResults()
|
/aosp_15_r20/external/icing/icing/query/ |
H A D | query-results.h | 33 SectionRestrictQueryTermsMap query_terms;
|
H A D | query-terms.h | 30 using SectionRestrictQueryTermsMap = variable
|
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/ |
H A D | query-visitor.h | 360 SectionRestrictQueryTermsMap property_query_terms_map_;
|
/aosp_15_r20/external/icing/icing/tokenization/ |
H A D | combined-tokenizer_test.cc | 154 const SectionRestrictQueryTermsMap& query_terms_map = in GetQueryTerms()
|