Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer.h299 virtual bool IsMatch(const Message& message1, in IsMatch() function
736 bool IsMatch(const FieldDescriptor* repeated_field,
Dmessage_differencer.cc92 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()
Dmessage_differencer_unittest.cc1503 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/
DDescriptorPool.cs198 if (!ValidationRegex.IsMatch(descriptor.Name)) in ValidateSymbolName()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h1031 if (IsMatch(*KeyPtrFromNodePtr(node), k)) { in FindHelper()
1278 bool IsMatch(const Key& k0, const Key& k1) const { in IsMatch() function