Home
last modified time | relevance | path

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

/external/icing/icing/result/
Dsnippet-retriever.cc350 void GetEntriesFromProperty(const PropertyProto* current_property, in GetEntriesFromProperty() argument
357 for (int i = 0; i < current_property->string_values_size(); ++i) { in GetEntriesFromProperty()
360 current_property->string_values_size(), /*index=*/i, property_path)); in GetEntriesFromProperty()
361 std::string_view value = current_property->string_values(i); in GetEntriesFromProperty()
436 const PropertyProto* current_property = in RetrieveSnippetForSection() local
438 if (current_property == nullptr) { in RetrieveSnippetForSection()
447 GetEntriesFromProperty(current_property, property_path, matcher, tokenizer, in RetrieveSnippetForSection()
452 for (int i = 0; i < current_property->document_values_size(); ++i) { in RetrieveSnippetForSection()
454 current_property->document_values_size(), /*index=*/i, property_path); in RetrieveSnippetForSection()
455 RetrieveSnippetForSection(current_property->document_values(i), matcher, in RetrieveSnippetForSection()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc996 auto& current_property = current_properties_[property.first]; in HandleConditional() local
997 current_property = std::max(current_property, property.second); in HandleConditional()