Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer.cc128 const Reflection* reflection2 = message2.GetReflection(); in IsMatchInternal() local
130 bool has_field2 = reflection2->HasField(message2, field); in IsMatchInternal()
142 reflection2->GetMessage(message2, field), in IsMatchInternal()
473 const Reflection* reflection2 = message2.GetReflection(); in Compare() local
483 reflection2->ListFields(message2, &message2_fields); in Compare()
497 &reflection2->GetUnknownFields(message2); in Compare()
599 const Reflection* reflection2 = message2.GetReflection(); in CompareWithFieldsInternal() local
668 reflection2->FieldSize(message2, field2) : 1; in CompareWithFieldsInternal()
773 const Reflection* reflection2 = message2->GetReflection(); in IsMatch() local
777 reflection2->GetRepeatedMessage(*message2, repeated_field, index2); in IsMatch()
[all …]
Dmessage_differencer_unittest.cc1507 const Reflection* reflection2 = message2.GetReflection(); in IsMatch() local
1516 for (int i = 0; i < reflection2->FieldSize(message2, ra_field); ++i) { in IsMatch()
1517 result2 *= reflection2->GetRepeatedInt32(message2, ra_field, i); in IsMatch()