Lines Matching defs:other

207     public TestMap(TestMap other) : this() {
208 mapInt32Int32_ = other.mapInt32Int32_.Clone();
209 mapInt64Int64_ = other.mapInt64Int64_.Clone();
210 mapUint32Uint32_ = other.mapUint32Uint32_.Clone();
211 mapUint64Uint64_ = other.mapUint64Uint64_.Clone();
212 mapSint32Sint32_ = other.mapSint32Sint32_.Clone();
213 mapSint64Sint64_ = other.mapSint64Sint64_.Clone();
214 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone();
215 mapFixed64Fixed64_ = other.mapFixed64Fixed64_.Clone();
216 mapSfixed32Sfixed32_ = other.mapSfixed32Sfixed32_.Clone();
217 mapSfixed64Sfixed64_ = other.mapSfixed64Sfixed64_.Clone();
218 mapInt32Float_ = other.mapInt32Float_.Clone();
219 mapInt32Double_ = other.mapInt32Double_.Clone();
220 mapBoolBool_ = other.mapBoolBool_.Clone();
221 mapStringString_ = other.mapStringString_.Clone();
222 mapInt32Bytes_ = other.mapInt32Bytes_.Clone();
223 mapInt32Enum_ = other.mapInt32Enum_.Clone();
224 mapInt32ForeignMessage_ = other.mapInt32ForeignMessage_.Clone();
225 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
404 public override bool Equals(object other) {
405 return Equals(other as TestMap);
409 public bool Equals(TestMap other) {
410 if (ReferenceEquals(other, null)) {
413 if (ReferenceEquals(other, this)) {
416 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false;
417 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false;
418 if (!MapUint32Uint32.Equals(other.MapUint32Uint32)) return false;
419 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false;
420 if (!MapSint32Sint32.Equals(other.MapSint32Sint32)) return false;
421 if (!MapSint64Sint64.Equals(other.MapSint64Sint64)) return false;
422 if (!MapFixed32Fixed32.Equals(other.MapFixed32Fixed32)) return false;
423 if (!MapFixed64Fixed64.Equals(other.MapFixed64Fixed64)) return false;
424 if (!MapSfixed32Sfixed32.Equals(other.MapSfixed32Sfixed32)) return false;
425 if (!MapSfixed64Sfixed64.Equals(other.MapSfixed64Sfixed64)) return false;
426 if (!MapInt32Float.Equals(other.MapInt32Float)) return false;
427 if (!MapInt32Double.Equals(other.MapInt32Double)) return false;
428 if (!MapBoolBool.Equals(other.MapBoolBool)) return false;
429 if (!MapStringString.Equals(other.MapStringString)) return false;
430 if (!MapInt32Bytes.Equals(other.MapInt32Bytes)) return false;
431 if (!MapInt32Enum.Equals(other.MapInt32Enum)) return false;
432 if (!MapInt32ForeignMessage.Equals(other.MapInt32ForeignMessage)) return false;
433 return Equals(_unknownFields, other._unknownFields);
548 public void MergeFrom(TestMap other) {
549 if (other == null) {
552 mapInt32Int32_.Add(other.mapInt32Int32_);
553 mapInt64Int64_.Add(other.mapInt64Int64_);
554 mapUint32Uint32_.Add(other.mapUint32Uint32_);
555 mapUint64Uint64_.Add(other.mapUint64Uint64_);
556 mapSint32Sint32_.Add(other.mapSint32Sint32_);
557 mapSint64Sint64_.Add(other.mapSint64Sint64_);
558 mapFixed32Fixed32_.Add(other.mapFixed32Fixed32_);
559 mapFixed64Fixed64_.Add(other.mapFixed64Fixed64_);
560 mapSfixed32Sfixed32_.Add(other.mapSfixed32Sfixed32_);
561 mapSfixed64Sfixed64_.Add(other.mapSfixed64Sfixed64_);
562 mapInt32Float_.Add(other.mapInt32Float_);
563 mapInt32Double_.Add(other.mapInt32Double_);
564 mapBoolBool_.Add(other.mapBoolBool_);
565 mapStringString_.Add(other.mapStringString_);
566 mapInt32Bytes_.Add(other.mapInt32Bytes_);
567 mapInt32Enum_.Add(other.mapInt32Enum_);
568 mapInt32ForeignMessage_.Add(other.mapInt32ForeignMessage_);
569 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
768 public TestMapSubmessage(TestMapSubmessage other) : this() {
769 testMap_ = other.testMap_ != null ? other.testMap_.Clone() : null;
770 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
790 public override bool Equals(object other) {
791 return Equals(other as TestMapSubmessage);
795 public bool Equals(TestMapSubmessage other) {
796 if (ReferenceEquals(other, null)) {
799 if (ReferenceEquals(other, this)) {
802 if (!object.Equals(TestMap, other.TestMap)) return false;
803 return Equals(_unknownFields, other._unknownFields);
862 public void MergeFrom(TestMapSubmessage other) {
863 if (other == null) {
866 if (other.testMap_ != null) {
870 TestMap.MergeFrom(other.TestMap);
872 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
949 public TestMessageMap(TestMessageMap other) : this() {
950 mapInt32Message_ = other.mapInt32Message_.Clone();
951 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
970 public override bool Equals(object other) {
971 return Equals(other as TestMessageMap);
975 public bool Equals(TestMessageMap other) {
976 if (ReferenceEquals(other, null)) {
979 if (ReferenceEquals(other, this)) {
982 if (!MapInt32Message.Equals(other.MapInt32Message)) return false;
983 return Equals(_unknownFields, other._unknownFields);
1034 public void MergeFrom(TestMessageMap other) {
1035 if (other == null) {
1038 mapInt32Message_.Add(other.mapInt32Message_);
1039 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1113 public TestSameTypeMap(TestSameTypeMap other) : this() {
1114 map1_ = other.map1_.Clone();
1115 map2_ = other.map2_.Clone();
1116 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1145 public override bool Equals(object other) {
1146 return Equals(other as TestSameTypeMap);
1150 public bool Equals(TestSameTypeMap other) {
1151 if (ReferenceEquals(other, null)) {
1154 if (ReferenceEquals(other, this)) {
1157 if (!Map1.Equals(other.Map1)) return false;
1158 if (!Map2.Equals(other.Map2)) return false;
1159 return Equals(_unknownFields, other._unknownFields);
1214 public void MergeFrom(TestSameTypeMap other) {
1215 if (other == null) {
1218 map1_.Add(other.map1_);
1219 map2_.Add(other.map2_);
1220 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1299 public TestArenaMap(TestArenaMap other) : this() {
1300 mapInt32Int32_ = other.mapInt32Int32_.Clone();
1301 mapInt64Int64_ = other.mapInt64Int64_.Clone();
1302 mapUint32Uint32_ = other.mapUint32Uint32_.Clone();
1303 mapUint64Uint64_ = other.mapUint64Uint64_.Clone();
1304 mapSint32Sint32_ = other.mapSint32Sint32_.Clone();
1305 mapSint64Sint64_ = other.mapSint64Sint64_.Clone();
1306 mapFixed32Fixed32_ = other.mapFixed32Fixed32_.Clone();
1307 mapFixed64Fixed64_ = other.mapFixed64Fixed64_.Clone();
1308 mapSfixed32Sfixed32_ = other.mapSfixed32Sfixed32_.Clone();
1309 mapSfixed64Sfixed64_ = other.mapSfixed64Sfixed64_.Clone();
1310 mapInt32Float_ = other.mapInt32Float_.Clone();
1311 mapInt32Double_ = other.mapInt32Double_.Clone();
1312 mapBoolBool_ = other.mapBoolBool_.Clone();
1313 mapInt32Enum_ = other.mapInt32Enum_.Clone();
1314 mapInt32ForeignMessage_ = other.mapInt32ForeignMessage_.Clone();
1315 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1474 public override bool Equals(object other) {
1475 return Equals(other as TestArenaMap);
1479 public bool Equals(TestArenaMap other) {
1480 if (ReferenceEquals(other, null)) {
1483 if (ReferenceEquals(other, this)) {
1486 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false;
1487 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false;
1488 if (!MapUint32Uint32.Equals(other.MapUint32Uint32)) return false;
1489 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false;
1490 if (!MapSint32Sint32.Equals(other.MapSint32Sint32)) return false;
1491 if (!MapSint64Sint64.Equals(other.MapSint64Sint64)) return false;
1492 if (!MapFixed32Fixed32.Equals(other.MapFixed32Fixed32)) return false;
1493 if (!MapFixed64Fixed64.Equals(other.MapFixed64Fixed64)) return false;
1494 if (!MapSfixed32Sfixed32.Equals(other.MapSfixed32Sfixed32)) return false;
1495 if (!MapSfixed64Sfixed64.Equals(other.MapSfixed64Sfixed64)) return false;
1496 if (!MapInt32Float.Equals(other.MapInt32Float)) return false;
1497 if (!MapInt32Double.Equals(other.MapInt32Double)) return false;
1498 if (!MapBoolBool.Equals(other.MapBoolBool)) return false;
1499 if (!MapInt32Enum.Equals(other.MapInt32Enum)) return false;
1500 if (!MapInt32ForeignMessage.Equals(other.MapInt32ForeignMessage)) return false;
1501 return Equals(_unknownFields, other._unknownFields);
1608 public void MergeFrom(TestArenaMap other) {
1609 if (other == null) {
1612 mapInt32Int32_.Add(other.mapInt32Int32_);
1613 mapInt64Int64_.Add(other.mapInt64Int64_);
1614 mapUint32Uint32_.Add(other.mapUint32Uint32_);
1615 mapUint64Uint64_.Add(other.mapUint64Uint64_);
1616 mapSint32Sint32_.Add(other.mapSint32Sint32_);
1617 mapSint64Sint64_.Add(other.mapSint64Sint64_);
1618 mapFixed32Fixed32_.Add(other.mapFixed32Fixed32_);
1619 mapFixed64Fixed64_.Add(other.mapFixed64Fixed64_);
1620 mapSfixed32Sfixed32_.Add(other.mapSfixed32Sfixed32_);
1621 mapSfixed64Sfixed64_.Add(other.mapSfixed64Sfixed64_);
1622 mapInt32Float_.Add(other.mapInt32Float_);
1623 mapInt32Double_.Add(other.mapInt32Double_);
1624 mapBoolBool_.Add(other.mapBoolBool_);
1625 mapInt32Enum_.Add(other.mapInt32Enum_);
1626 mapInt32ForeignMessage_.Add(other.mapInt32ForeignMessage_);
1627 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1814 public MessageContainingEnumCalledType(MessageContainingEnumCalledType other) : this() {
1815 type_ = other.type_.Clone();
1816 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1835 public override bool Equals(object other) {
1836 return Equals(other as MessageContainingEnumCalledType);
1840 public bool Equals(MessageContainingEnumCalledType other) {
1841 if (ReferenceEquals(other, null)) {
1844 if (ReferenceEquals(other, this)) {
1847 if (!Type.Equals(other.Type)) return false;
1848 return Equals(_unknownFields, other._unknownFields);
1899 public void MergeFrom(MessageContainingEnumCalledType other) {
1900 if (other == null) {
1903 type_.Add(other.type_);
1904 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1989 public MessageContainingMapCalledEntry(MessageContainingMapCalledEntry other) : this() {
1990 entry_ = other.entry_.Clone();
1991 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
2010 public override bool Equals(object other) {
2011 return Equals(other as MessageContainingMapCalledEntry);
2015 public bool Equals(MessageContainingMapCalledEntry other) {
2016 if (ReferenceEquals(other, null)) {
2019 if (ReferenceEquals(other, this)) {
2022 if (!Entry.Equals(other.Entry)) return false;
2023 return Equals(_unknownFields, other._unknownFields);
2074 public void MergeFrom(MessageContainingMapCalledEntry other) {
2075 if (other == null) {
2078 entry_.Add(other.entry_);
2079 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);