Searched refs:IsMatch (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | message_differencer.h | 299 virtual bool IsMatch(const Message& message1, in IsMatch() function 736 bool IsMatch(const FieldDescriptor* repeated_field,
|
D | message_differencer.cc | 92 virtual bool IsMatch( in IsMatch() function in google::protobuf::util::MessageDifferencer::MultipleFieldsMapKeyComparator 747 bool MessageDifferencer::IsMatch(const FieldDescriptor* repeated_field, in IsMatch() function in google::protobuf::util::MessageDifferencer 781 match = key_comparator->IsMatch(m1, m2, current_parent_fields); in IsMatch() 1394 this, &MessageDifferencer::IsMatch, in MatchRepeatedFieldIndices() 1418 match = IsMatch(repeated_field, key_comparator, in MatchRepeatedFieldIndices()
|
D | message_differencer_unittest.cc | 1503 virtual bool IsMatch( in IsMatch() function in google::protobuf::__anoncb26cc5e0111::ValueProductMapKeyComparator
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorPool.cs | 198 if (!ValidationRegex.IsMatch(descriptor.Name)) in ValidateSymbolName()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map.h | 1031 if (IsMatch(*KeyPtrFromNodePtr(node), k)) { in FindHelper() 1278 bool IsMatch(const Key& k0, const Key& k1) const { in IsMatch() function
|