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.cc160 const Reflection* reflection1 = message1.GetReflection(); in IsMatchInternal() local
162 bool has_field1 = reflection1->HasField(message1, field); in IsMatchInternal()
173 return IsMatchInternal(reflection1->GetMessage(message1, field), in IsMatchInternal()
570 const Reflection* reflection1 = message1.GetReflection(); in Compare() local
577 &reflection1->GetUnknownFields(message1); in Compare()
714 const Reflection* reflection1 = message1.GetReflection(); in CompareWithFieldsInternal() local
749 ? reflection1->FieldSize(message1, field1) in CompareWithFieldsInternal()
897 const Reflection* reflection1 = message1->GetReflection(); in IsMatch() local
900 reflection1->GetRepeatedMessage(*message1, repeated_field, index1); in IsMatch()
921 const Reflection* reflection1 = message1.GetReflection(); in CompareRepeatedField() local
[all …]
Dmessage_differencer_unittest.cc1816 const Reflection* reflection1 = message1.GetReflection(); in IsMatch() local
1823 for (int i = 0; i < reflection1->FieldSize(message1, ra_field); ++i) { in IsMatch()
1824 result1 *= reflection1->GetRepeatedInt32(message1, ra_field, i); in IsMatch()
3304 const Reflection* reflection1 = message1.GetReflection(); in IsMatch() local
3308 return reflection1->GetString(message1, key_field).size() == in IsMatch()