Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc121 std::vector<const FieldDescriptor*> key_field_path; in MultipleFieldsMapKeyComparator() local
122 key_field_path.push_back(key); in MultipleFieldsMapKeyComparator()
123 key_field_paths_.push_back(key_field_path); in MultipleFieldsMapKeyComparator()
140 const std::vector<const FieldDescriptor*>& key_field_path, in IsMatchInternal() argument
142 const FieldDescriptor* field = key_field_path[path_index]; in IsMatchInternal()
144 if (path_index == key_field_path.size() - 1) { in IsMatchInternal()
173 current_parent_fields, key_field_path, in IsMatchInternal()
383 std::vector<const FieldDescriptor*> key_field_path; in TreatAsMapWithMultipleFieldsAsKey() local
384 key_field_path.push_back(key_fields[i]); in TreatAsMapWithMultipleFieldsAsKey()
385 key_field_paths.push_back(key_field_path); in TreatAsMapWithMultipleFieldsAsKey()
[all …]