Home
last modified time | relevance | path

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

/external/icing/icing/schema/
Dsection-manager.cc53 const std::string& next_property_name) { in ConcatenatePath() argument
55 return next_property_name; in ConcatenatePath()
57 return absl_ports::StrCat(path, kPropertySeparator, next_property_name); in ConcatenatePath()
/external/icing/icing/result/
Dsnippet-retriever.cc435 std::string_view next_property_name = section_path.at(section_path_index); in RetrieveSnippetForSection() local
437 GetProperty(document, next_property_name); in RetrieveSnippetForSection()
439 ICING_VLOG(1) << "No property " << next_property_name << " found at path " in RetrieveSnippetForSection()
444 AddPropertyToPath(current_path, next_property_name); in RetrieveSnippetForSection()