Searched refs:key_field_path (Results 1 – 1 of 1) sorted by relevance
123 std::vector<const FieldDescriptor*> key_field_path; in MultipleFieldsMapKeyComparator() local124 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() argument144 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() local381 key_field_path.push_back(key_fields[i]); in TreatAsMapWithMultipleFieldsAsKey()382 key_field_paths.push_back(key_field_path); in TreatAsMapWithMultipleFieldsAsKey()[all …]