Searched refs:next_property_name (Results 1 – 2 of 2) sorted by relevance
53 const std::string& next_property_name) { in ConcatenatePath() argument55 return next_property_name; in ConcatenatePath()57 return absl_ports::StrCat(path, kPropertySeparator, next_property_name); in ConcatenatePath()
435 std::string_view next_property_name = section_path.at(section_path_index); in RetrieveSnippetForSection() local437 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()