Lines Matching defs:other

288     public TestMessageWithCustomOptions(TestMessageWithCustomOptions other) : this() {
289 field1_ = other.field1_;
290 switch (other.AnOneofCase) {
292 OneofField = other.OneofField;
296 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
345 public override bool Equals(object other) {
346 return Equals(other as TestMessageWithCustomOptions);
350 public bool Equals(TestMessageWithCustomOptions other) {
351 if (ReferenceEquals(other, null)) {
354 if (ReferenceEquals(other, this)) {
357 if (Field1 != other.Field1) return false;
358 if (OneofField != other.OneofField) return false;
359 if (AnOneofCase != other.AnOneofCase) return false;
360 return Equals(_unknownFields, other._unknownFields);
432 public void MergeFrom(TestMessageWithCustomOptions other) {
433 if (other == null) {
436 if (other.Field1.Length != 0) {
437 Field1 = other.Field1;
439 switch (other.AnOneofCase) {
441 OneofField = other.OneofField;
445 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
541 public CustomOptionFooRequest(CustomOptionFooRequest other) : this() {
542 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
551 public override bool Equals(object other) {
552 return Equals(other as CustomOptionFooRequest);
556 public bool Equals(CustomOptionFooRequest other) {
557 if (ReferenceEquals(other, null)) {
560 if (ReferenceEquals(other, this)) {
563 return Equals(_unknownFields, other._unknownFields);
610 public void MergeFrom(CustomOptionFooRequest other) {
611 if (other == null) {
614 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
677 public CustomOptionFooResponse(CustomOptionFooResponse other) : this() {
678 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
687 public override bool Equals(object other) {
688 return Equals(other as CustomOptionFooResponse);
692 public bool Equals(CustomOptionFooResponse other) {
693 if (ReferenceEquals(other, null)) {
696 if (ReferenceEquals(other, this)) {
699 return Equals(_unknownFields, other._unknownFields);
746 public void MergeFrom(CustomOptionFooResponse other) {
747 if (other == null) {
750 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
813 public CustomOptionFooClientMessage(CustomOptionFooClientMessage other) : this() {
814 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
823 public override bool Equals(object other) {
824 return Equals(other as CustomOptionFooClientMessage);
828 public bool Equals(CustomOptionFooClientMessage other) {
829 if (ReferenceEquals(other, null)) {
832 if (ReferenceEquals(other, this)) {
835 return Equals(_unknownFields, other._unknownFields);
882 public void MergeFrom(CustomOptionFooClientMessage other) {
883 if (other == null) {
886 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
949 public CustomOptionFooServerMessage(CustomOptionFooServerMessage other) : this() {
950 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
959 public override bool Equals(object other) {
960 return Equals(other as CustomOptionFooServerMessage);
964 public bool Equals(CustomOptionFooServerMessage other) {
965 if (ReferenceEquals(other, null)) {
968 if (ReferenceEquals(other, this)) {
971 return Equals(_unknownFields, other._unknownFields);
1018 public void MergeFrom(CustomOptionFooServerMessage other) {
1019 if (other == null) {
1022 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1085 public DummyMessageContainingEnum(DummyMessageContainingEnum other) : this() {
1086 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1095 public override bool Equals(object other) {
1096 return Equals(other as DummyMessageContainingEnum);
1100 public bool Equals(DummyMessageContainingEnum other) {
1101 if (ReferenceEquals(other, null)) {
1104 if (ReferenceEquals(other, this)) {
1107 return Equals(_unknownFields, other._unknownFields);
1154 public void MergeFrom(DummyMessageContainingEnum other) {
1155 if (other == null) {
1158 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1234 public DummyMessageInvalidAsOptionType(DummyMessageInvalidAsOptionType other) : this() {
1235 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1244 public override bool Equals(object other) {
1245 return Equals(other as DummyMessageInvalidAsOptionType);
1249 public bool Equals(DummyMessageInvalidAsOptionType other) {
1250 if (ReferenceEquals(other, null)) {
1253 if (ReferenceEquals(other, this)) {
1256 return Equals(_unknownFields, other._unknownFields);
1303 public void MergeFrom(DummyMessageInvalidAsOptionType other) {
1304 if (other == null) {
1307 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1370 public CustomOptionMinIntegerValues(CustomOptionMinIntegerValues other) : this() {
1371 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1380 public override bool Equals(object other) {
1381 return Equals(other as CustomOptionMinIntegerValues);
1385 public bool Equals(CustomOptionMinIntegerValues other) {
1386 if (ReferenceEquals(other, null)) {
1389 if (ReferenceEquals(other, this)) {
1392 return Equals(_unknownFields, other._unknownFields);
1439 public void MergeFrom(CustomOptionMinIntegerValues other) {
1440 if (other == null) {
1443 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1506 public CustomOptionMaxIntegerValues(CustomOptionMaxIntegerValues other) : this() {
1507 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1516 public override bool Equals(object other) {
1517 return Equals(other as CustomOptionMaxIntegerValues);
1521 public bool Equals(CustomOptionMaxIntegerValues other) {
1522 if (ReferenceEquals(other, null)) {
1525 if (ReferenceEquals(other, this)) {
1528 return Equals(_unknownFields, other._unknownFields);
1575 public void MergeFrom(CustomOptionMaxIntegerValues other) {
1576 if (other == null) {
1579 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1642 public CustomOptionOtherValues(CustomOptionOtherValues other) : this() {
1643 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1652 public override bool Equals(object other) {
1653 return Equals(other as CustomOptionOtherValues);
1657 public bool Equals(CustomOptionOtherValues other) {
1658 if (ReferenceEquals(other, null)) {
1661 if (ReferenceEquals(other, this)) {
1664 return Equals(_unknownFields, other._unknownFields);
1711 public void MergeFrom(CustomOptionOtherValues other) {
1712 if (other == null) {
1715 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1778 public SettingRealsFromPositiveInts(SettingRealsFromPositiveInts other) : this() {
1779 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1788 public override bool Equals(object other) {
1789 return Equals(other as SettingRealsFromPositiveInts);
1793 public bool Equals(SettingRealsFromPositiveInts other) {
1794 if (ReferenceEquals(other, null)) {
1797 if (ReferenceEquals(other, this)) {
1800 return Equals(_unknownFields, other._unknownFields);
1847 public void MergeFrom(SettingRealsFromPositiveInts other) {
1848 if (other == null) {
1851 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
1914 public SettingRealsFromNegativeInts(SettingRealsFromNegativeInts other) : this() {
1915 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
1924 public override bool Equals(object other) {
1925 return Equals(other as SettingRealsFromNegativeInts);
1929 public bool Equals(SettingRealsFromNegativeInts other) {
1930 if (ReferenceEquals(other, null)) {
1933 if (ReferenceEquals(other, this)) {
1936 return Equals(_unknownFields, other._unknownFields);
1983 public void MergeFrom(SettingRealsFromNegativeInts other) {
1984 if (other == null) {
1987 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
2050 public ComplexOptionType1(ComplexOptionType1 other) : this() {
2051 foo_ = other.foo_;
2052 foo2_ = other.foo2_;
2053 foo3_ = other.foo3_;
2054 foo4_ = other.foo4_.Clone();
2055 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
2107 public override bool Equals(object other) {
2108 return Equals(other as ComplexOptionType1);
2112 public bool Equals(ComplexOptionType1 other) {
2113 if (ReferenceEquals(other, null)) {
2116 if (ReferenceEquals(other, this)) {
2119 if (Foo != other.Foo) return false;
2120 if (Foo2 != other.Foo2) return false;
2121 if (Foo3 != other.Foo3) return false;
2122 if(!foo4_.Equals(other.foo4_)) return false;
2123 return Equals(_unknownFields, other._unknownFields);
2210 public void MergeFrom(ComplexOptionType1 other) {
2211 if (other == null) {
2214 if (other.Foo != 0) {
2215 Foo = other.Foo;
2217 if (other.Foo2 != 0) {
2218 Foo2 = other.Foo2;
2220 if (other.Foo3 != 0) {
2221 Foo3 = other.Foo3;
2223 foo4_.Add(other.foo4_);
2224 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
2321 public ComplexOptionType2(ComplexOptionType2 other) : this() {
2322 bar_ = other.bar_ != null ? other.bar_.Clone() : null;
2323 baz_ = other.baz_;
2324 fred_ = other.fred_ != null ? other.fred_.Clone() : null;
2325 barney_ = other.barney_.Clone();
2326 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
2378 public override bool Equals(object other) {
2379 return Equals(other as ComplexOptionType2);
2383 public bool Equals(ComplexOptionType2 other) {
2384 if (ReferenceEquals(other, null)) {
2387 if (ReferenceEquals(other, this)) {
2390 if (!object.Equals(Bar, other.Bar)) return false;
2391 if (Baz != other.Baz) return false;
2392 if (!object.Equals(Fred, other.Fred)) return false;
2393 if(!barney_.Equals(other.barney_)) return false;
2394 return Equals(_unknownFields, other._unknownFields);
2481 public void MergeFrom(ComplexOptionType2 other) {
2482 if (other == null) {
2485 if (other.bar_ != null) {
2489 Bar.MergeFrom(other.Bar);
2491 if (other.Baz != 0) {
2492 Baz = other.Baz;
2494 if (other.fred_ != null) {
2498 Fred.MergeFrom(other.Fred);
2500 barney_.Add(other.barney_);
2501 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
2610 public ComplexOptionType4(ComplexOptionType4 other) : this() {
2611 waldo_ = other.waldo_;
2612 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
2632 public override bool Equals(object other) {
2633 return Equals(other as ComplexOptionType4);
2637 public bool Equals(ComplexOptionType4 other) {
2638 if (ReferenceEquals(other, null)) {
2641 if (ReferenceEquals(other, this)) {
2644 if (Waldo != other.Waldo) return false;
2645 return Equals(_unknownFields, other._unknownFields);
2704 public void MergeFrom(ComplexOptionType4 other) {
2705 if (other == null) {
2708 if (other.Waldo != 0) {
2709 Waldo = other.Waldo;
2711 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
2753 /// <summary>Container for extensions for other messages declared in the ComplexOptionType4 message type.</summary>
2796 public ComplexOptionType3(ComplexOptionType3 other) : this() {
2797 qux_ = other.qux_;
2798 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
2818 public override bool Equals(object other) {
2819 return Equals(other as ComplexOptionType3);
2823 public bool Equals(ComplexOptionType3 other) {
2824 if (ReferenceEquals(other, null)) {
2827 if (ReferenceEquals(other, this)) {
2830 if (Qux != other.Qux) return false;
2831 return Equals(_unknownFields, other._unknownFields);
2890 public void MergeFrom(ComplexOptionType3 other) {
2891 if (other == null) {
2894 if (other.Qux != 0) {
2895 Qux = other.Qux;
2897 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
2971 public VariousComplexOptions(VariousComplexOptions other) : this() {
2972 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
2981 public override bool Equals(object other) {
2982 return Equals(other as VariousComplexOptions);
2986 public bool Equals(VariousComplexOptions other) {
2987 if (ReferenceEquals(other, null)) {
2990 if (ReferenceEquals(other, this)) {
2993 return Equals(_unknownFields, other._unknownFields);
3040 public void MergeFrom(VariousComplexOptions other) {
3041 if (other == null) {
3044 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
3110 public Aggregate(Aggregate other) : this() {
3111 i_ = other.i_;
3112 s_ = other.s_;
3113 sub_ = other.sub_ != null ? other.sub_.Clone() : null;
3114 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
3159 public override bool Equals(object other) {
3160 return Equals(other as Aggregate);
3164 public bool Equals(Aggregate other) {
3165 if (ReferenceEquals(other, null)) {
3168 if (ReferenceEquals(other, this)) {
3171 if (I != other.I) return false;
3172 if (S != other.S) return false;
3173 if (!object.Equals(Sub, other.Sub)) return false;
3174 return Equals(_unknownFields, other._unknownFields);
3257 public void MergeFrom(Aggregate other) {
3258 if (other == null) {
3261 if (other.I != 0) {
3262 I = other.I;
3264 if (other.S.Length != 0) {
3265 S = other.S;
3267 if (other.sub_ != null) {
3271 Sub.MergeFrom(other.Sub);
3273 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
3366 public AggregateMessage(AggregateMessage other) : this() {
3367 fieldname_ = other.fieldname_;
3368 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
3388 public override bool Equals(object other) {
3389 return Equals(other as AggregateMessage);
3393 public bool Equals(AggregateMessage other) {
3394 if (ReferenceEquals(other, null)) {
3397 if (ReferenceEquals(other, this)) {
3400 if (Fieldname != other.Fieldname) return false;
3401 return Equals(_unknownFields, other._unknownFields);
3460 public void MergeFrom(AggregateMessage other) {
3461 if (other == null) {
3464 if (other.Fieldname != 0) {
3465 Fieldname = other.Fieldname;
3467 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
3541 public NestedOptionType(NestedOptionType other) : this() {
3542 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
3551 public override bool Equals(object other) {
3552 return Equals(other as NestedOptionType);
3556 public bool Equals(NestedOptionType other) {
3557 if (ReferenceEquals(other, null)) {
3560 if (ReferenceEquals(other, this)) {
3563 return Equals(_unknownFields, other._unknownFields);
3610 public void MergeFrom(NestedOptionType other) {
3611 if (other == null) {
3614 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
3684 public NestedMessage(NestedMessage other) : this() {
3685 nestedField_ = other.nestedField_;
3686 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
3706 public override bool Equals(object other) {
3707 return Equals(other as NestedMessage);
3711 public bool Equals(NestedMessage other) {
3712 if (ReferenceEquals(other, null)) {
3715 if (ReferenceEquals(other, this)) {
3718 if (NestedField != other.NestedField) return false;
3719 return Equals(_unknownFields, other._unknownFields);
3778 public void MergeFrom(NestedMessage other) {
3779 if (other == null) {
3782 if (other.NestedField != 0) {
3783 NestedField = other.NestedField;
3785 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);