Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/result/
H A Dsnippet-retriever.cc495 SnippetProto::EntryProto snippet_entry; in GetEntriesFromProperty() local
496 snippet_entry.set_property_name(AddIndexToPath( in GetEntriesFromProperty()
565 snippet_entry.mutable_snippet_matches()->Add(std::move(match)); in GetEntriesFromProperty()
568 *snippet_proto->add_entries() = std::move(snippet_entry); in GetEntriesFromProperty()
593 if (!snippet_entry.snippet_matches().empty()) { in GetEntriesFromProperty()
594 *snippet_proto->add_entries() = std::move(snippet_entry); in GetEntriesFromProperty()