Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc123 std::vector<const FieldDescriptor*> key_field_path; in MultipleFieldsMapKeyComparator() local
124 key_field_path.push_back(key); in MultipleFieldsMapKeyComparator()
125 key_field_paths_.push_back(key_field_path); in MultipleFieldsMapKeyComparator()
142 const std::vector<const FieldDescriptor*>& key_field_path, in IsMatchInternal() argument
144 const FieldDescriptor* field = key_field_path[path_index]; in IsMatchInternal()
146 if (path_index == key_field_path.size() - 1) { in IsMatchInternal()
175 current_parent_fields, key_field_path, in IsMatchInternal()
380 std::vector<const FieldDescriptor*> key_field_path; in TreatAsMapWithMultipleFieldsAsKey() local
381 key_field_path.push_back(key_fields[i]); in TreatAsMapWithMultipleFieldsAsKey()
382 key_field_paths.push_back(key_field_path); in TreatAsMapWithMultipleFieldsAsKey()
[all …]