Searched defs:query_terms (Results 1 – 7 of 7) sorted by relevance
/external/icing/icing/result/ |
D | snippet-retriever_test.cc | 179 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() local 205 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() local 231 SectionRestrictQueryTermsMap query_terms{{"", {"four"}}}; in TEST_F() local 256 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() local 289 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() local 322 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() local 350 SectionRestrictQueryTermsMap query_terms{{"", {"in"}}}; in TEST_F() local 378 SectionRestrictQueryTermsMap query_terms{{"", {"in"}}}; in TEST_F() local 404 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() local 437 SectionRestrictQueryTermsMap query_terms{{"", {"three"}}}; in TEST_F() local [all …]
|
D | result-state.cc | 25 SnippetContext CreateSnippetContext(SectionRestrictQueryTermsMap query_terms, in CreateSnippetContext() 40 SectionRestrictQueryTermsMap query_terms, in ResultState()
|
D | snippet-context.h | 36 SectionRestrictQueryTermsMap query_terms; member
|
D | snippet-retriever.cc | 575 const SectionRestrictQueryTermsMap& query_terms, in RetrieveSnippet()
|
/external/icing/icing/tokenization/ |
D | combined-tokenizer_test.cc | 95 std::vector<std::string> query_terms = GetTokenTerms(query_tokens); in TEST_F() local 118 std::vector<std::string> query_terms = GetTokenTerms(query_tokens); in TEST_F() local 141 std::vector<std::string> query_terms = GetTokenTerms(query_tokens); in TEST_F() local 164 std::vector<std::string> query_terms = GetTokenTerms(query_tokens); in TEST_F() local 191 std::vector<std::string> query_terms = GetTokenTerms(query_tokens); in TEST_F() local 227 std::vector<std::string> query_terms = GetTokenTerms(query_tokens); in TEST_F() local
|
/external/icing/icing/query/ |
D | query-processor.h | 55 SectionRestrictQueryTermsMap query_terms; member
|
/external/icing/icing/index/ |
D | index_test.cc | 667 std::vector<std::string> query_terms; in TEST_F() local 733 std::vector<std::string> query_terms; in TEST_F() local
|