Searched refs:reflection2 (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 161 const Reflection* reflection2 = message2.GetReflection(); in IsMatchInternal() local 163 bool has_field2 = reflection2->HasField(message2, field); in IsMatchInternal() 174 reflection2->GetMessage(message2, field), in IsMatchInternal() 571 const Reflection* reflection2 = message2.GetReflection(); in Compare() local 579 &reflection2->GetUnknownFields(message2); in Compare() 715 const Reflection* reflection2 = message2.GetReflection(); in CompareWithFieldsInternal() local 790 ? reflection2->FieldSize(message2, field2) in CompareWithFieldsInternal() 898 const Reflection* reflection2 = message2->GetReflection(); in IsMatch() local 902 reflection2->GetRepeatedMessage(*message2, repeated_field, index2); in IsMatch() 922 const Reflection* reflection2 = message2.GetReflection(); in CompareRepeatedField() local [all …]
|
D | message_differencer_unittest.cc | 1817 const Reflection* reflection2 = message2.GetReflection(); in IsMatch() local 1826 for (int i = 0; i < reflection2->FieldSize(message2, ra_field); ++i) { in IsMatch() 1827 result2 *= reflection2->GetRepeatedInt32(message2, ra_field, i); in IsMatch() 3305 const Reflection* reflection2 = message2.GetReflection(); in IsMatch() local 3309 reflection2->GetString(message2, key_field).size(); in IsMatch()
|