Home
last modified time | relevance | path

Searched refs:SectionRestrictQueryTermsMap (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/icing/icing/result/
H A Dsnippet-retriever_test.cc179 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 Dresult-retriever-v2_projection_test.cc314 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 Dresult-retriever-v2_snippet_test.cc252 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 Dsnippet-context.h28 explicit SnippetContext(SectionRestrictQueryTermsMap query_terms_in, in SnippetContext()
36 SectionRestrictQueryTermsMap query_terms;
H A Dresult-adjustment-info.cc34 SectionRestrictQueryTermsMap query_terms) { in CreateSnippetContext()
51 SectionRestrictQueryTermsMap query_terms) in ResultAdjustmentInfo()
H A Dresult-adjustment-info_test.cc111 SectionRestrictQueryTermsMap query_terms_map; in TEST_F()
140 SectionRestrictQueryTermsMap query_terms_map; in TEST_F()
H A Dsnippet-retriever_benchmark.cc148 SectionRestrictQueryTermsMap query_terms = {{"", {"foo"}}}; in BM_SnippetOneProperty()
278 SectionRestrictQueryTermsMap query_terms = {{"", {"foo"}}}; in BM_SnippetRfcOneProperty()
H A Dresult-adjustment-info.h47 SectionRestrictQueryTermsMap query_terms);
H A Dsnippet-retriever.h61 const SectionRestrictQueryTermsMap& query_terms,
H A Dsnippet-retriever.cc670 const SectionRestrictQueryTermsMap& query_terms, in RetrieveSnippet()
H A Dresult-state-manager_test.cc453 SectionRestrictQueryTermsMap query_terms; in TEST_F()
/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine.h697 SectionRestrictQueryTermsMap query_terms;
702 SectionRestrictQueryTermsMap&& query_terms_in, in QueryScoringResults()
/aosp_15_r20/external/icing/icing/query/
H A Dquery-results.h33 SectionRestrictQueryTermsMap query_terms;
H A Dquery-terms.h30 using SectionRestrictQueryTermsMap = variable
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/
H A Dquery-visitor.h360 SectionRestrictQueryTermsMap property_query_terms_map_;
/aosp_15_r20/external/icing/icing/tokenization/
H A Dcombined-tokenizer_test.cc154 const SectionRestrictQueryTermsMap& query_terms_map = in GetQueryTerms()