Searched refs:snippet_proto (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/icing/icing/util/ |
H A D | snippet-helpers.cc | 28 std::string_view content, const SnippetProto::EntryProto& snippet_proto) { in GetWindows() argument 30 for (const SnippetMatchProto& match : snippet_proto.snippet_matches()) { in GetWindows() 38 std::string_view content, const SnippetProto::EntryProto& snippet_proto) { in GetMatches() argument 40 for (const SnippetMatchProto& match : snippet_proto.snippet_matches()) { in GetMatches() 48 std::string_view content, const SnippetProto::EntryProto& snippet_proto) { in GetSubMatches() argument 50 for (const SnippetMatchProto& match : snippet_proto.snippet_matches()) { in GetSubMatches()
|
H A D | snippet-helpers.h | 37 std::string_view content, const SnippetProto::EntryProto& snippet_proto); 41 std::string_view content, const SnippetProto::EntryProto& snippet_proto); 45 std::string_view content, const SnippetProto::EntryProto& snippet_proto);
|
/aosp_15_r20/external/icing/icing/result/ |
H A D | snippet-retriever_benchmark.cc | 155 SnippetProto snippet_proto; in BM_SnippetOneProperty() local 157 snippet_proto = snippet_retriever->RetrieveSnippet( in BM_SnippetOneProperty() 160 ASSERT_THAT(snippet_proto.entries(), SizeIs(1)); in BM_SnippetOneProperty() 161 ASSERT_THAT(snippet_proto.entries(0).snippet_matches(), in BM_SnippetOneProperty() 285 SnippetProto snippet_proto; in BM_SnippetRfcOneProperty() local 287 snippet_proto = snippet_retriever->RetrieveSnippet( in BM_SnippetRfcOneProperty() 290 ASSERT_THAT(snippet_proto.entries(), SizeIs(1)); in BM_SnippetRfcOneProperty() 291 ASSERT_THAT(snippet_proto.entries(0).snippet_matches(), in BM_SnippetRfcOneProperty()
|
H A D | snippet-retriever.cc | 492 SnippetProto* snippet_proto) { in GetEntriesFromProperty() argument 568 *snippet_proto->add_entries() = std::move(snippet_entry); in GetEntriesFromProperty() 594 *snippet_proto->add_entries() = std::move(snippet_entry); in GetEntriesFromProperty() 624 SnippetProto* snippet_proto) { in RetrieveSnippetForSection() argument 638 match_options, snippet_proto); in RetrieveSnippetForSection() 647 new_path, match_options, snippet_proto); in RetrieveSnippetForSection() 674 SnippetProto snippet_proto; in RetrieveSnippet() local 677 snippet_proto); in RetrieveSnippet() 730 /*section_path_index=*/0, "", &match_options, &snippet_proto); in RetrieveSnippet() 732 return snippet_proto; in RetrieveSnippet()
|
H A D | result-retriever-v2.cc | 86 SnippetProto snippet_proto = snippet_retriever.RetrieveSnippet( in ApplySnippet() local 89 *result->mutable_snippet() = std::move(snippet_proto); in ApplySnippet()
|