Searched refs:reflection2 (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 128 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 480 reflection2->ListFields(message2, &message2_fields); in Compare() 494 &reflection2->GetUnknownFields(message2); in Compare() 596 const Reflection* reflection2 = message2.GetReflection(); in CompareWithFieldsInternal() local 665 reflection2->FieldSize(message2, field2) : 1; in CompareWithFieldsInternal() 770 const Reflection* reflection2 = message2->GetReflection(); in IsMatch() local 774 reflection2->GetRepeatedMessage(*message2, repeated_field, index2); in IsMatch() [all …]
|
D | message_differencer_unittest.cc | 1507 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()
|