Searched refs:reflection1 (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | message_differencer.cc | 127 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 482 reflection1->ListFields(message1, &message1_fields); in Compare() 495 &reflection1->GetUnknownFields(message1); in Compare() 598 const Reflection* reflection1 = message1.GetReflection(); in CompareWithFieldsInternal() local 630 reflection1->FieldSize(message1, field1) : 1; in CompareWithFieldsInternal() 772 const Reflection* reflection1 = message1->GetReflection(); in IsMatch() local 775 reflection1->GetRepeatedMessage(*message1, repeated_field, index1); in IsMatch() [all …]
|
D | message_differencer_unittest.cc | 1506 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()
|