Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc127 const Reflection* reflection1 = message1.GetReflection(); in IsMatchInternal() local
129 bool has_field1 = reflection1->HasField(message1, field); in IsMatchInternal()
141 reflection1->GetMessage(message1, field), in IsMatchInternal()
472 const Reflection* reflection1 = message1.GetReflection(); in Compare() local
479 reflection1->ListFields(message1, &message1_fields); in Compare()
492 &reflection1->GetUnknownFields(message1); in Compare()
595 const Reflection* reflection1 = message1.GetReflection(); in CompareWithFieldsInternal() local
627 reflection1->FieldSize(message1, field1) : 1; in CompareWithFieldsInternal()
769 const Reflection* reflection1 = message1->GetReflection(); in IsMatch() local
772 reflection1->GetRepeatedMessage(*message1, repeated_field, index1); in IsMatch()
[all …]
Dmessage_differencer_unittest.cc1506 const Reflection* reflection1 = message1.GetReflection(); in IsMatch() local
1513 for (int i = 0; i < reflection1->FieldSize(message1, ra_field); ++i) { in IsMatch()
1514 result1 *= reflection1->GetRepeatedInt32(message1, ra_field, i); in IsMatch()