Home
last modified time | relevance | path

Searched refs:snippet_context (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/icing/icing/result/
H A Dresult-adjustment-info_test.cc118 const SnippetContext snippet_context = result_adjustment_info.snippet_context; in TEST_F() local
122 result_adjustment_info.snippet_context.query_terms.find("term1") != in TEST_F()
123 result_adjustment_info.snippet_context.query_terms.end()); in TEST_F()
124 EXPECT_THAT(result_adjustment_info.snippet_context.snippet_spec, in TEST_F()
126 EXPECT_THAT(result_adjustment_info.snippet_context.match_type, in TEST_F()
148 EXPECT_THAT(result_adjustment_info.snippet_context.query_terms, IsEmpty()); in TEST_F()
150 result_adjustment_info.snippet_context.snippet_spec, in TEST_F()
152 EXPECT_THAT(result_adjustment_info.snippet_context.match_type, in TEST_F()
H A Dresult-retriever-v2.cc81 const SnippetContext& snippet_context = adjustment_info->snippet_context; in ApplySnippet() local
84 if (snippet_context.snippet_spec.num_matches_per_property() > 0 && in ApplySnippet()
87 snippet_context.query_terms, snippet_context.match_type, in ApplySnippet()
88 snippet_context.snippet_spec, document, section_id_mask); in ApplySnippet()
H A Dpage-result-state.h37 snippet_context(std::move(snippet_context_in)), in PageResultState()
49 SnippetContext snippet_context; member
H A Dresult-adjustment-info.cc52 : snippet_context(CreateSnippetContext(search_spec, result_spec, in ResultAdjustmentInfo()
54 remaining_num_to_snippet(snippet_context.snippet_spec.num_to_snippet()) { in ResultAdjustmentInfo()
H A Dresult-adjustment-info.h35 SnippetContext snippet_context; member
H A Dresult-retriever-v2_snippet_test.cc698 ->snippet_context.snippet_spec.set_num_matches_per_property(0); in TEST_F()