Lines Matching defs:Nested
73 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.OneofMerging), global::UnitTest.Issues.TestProtos.OneofMerging.Parser, new[]{ "Text", "Nested" }, new[]{ "Value" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested), global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested.Parser, new[]{ "X", "Y" }, null, null, null, null)}),
235 #region Nested types
373 #region Nested types
1604 #region Nested types
2463 case ValueOneofCase.Nested:
2464 Nested = other.Nested.Clone();
2490 public global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested Nested {
2491 get { return valueCase_ == ValueOneofCase.Nested ? (global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested) value_ : null; }
2494 valueCase_ = value == null ? ValueOneofCase.None : ValueOneofCase.Nested;
2503 Nested = 2,
2531 if (!object.Equals(Nested, other.Nested)) return false;
2540 if (valueCase_ == ValueOneofCase.Nested) hash ^= Nested.GetHashCode();
2562 if (valueCase_ == ValueOneofCase.Nested) {
2564 output.WriteMessage(Nested);
2579 if (valueCase_ == ValueOneofCase.Nested) {
2581 output.WriteMessage(Nested);
2595 if (valueCase_ == ValueOneofCase.Nested) {
2596 size += 1 + pb::CodedOutputStream.ComputeMessageSize(Nested);
2613 case ValueOneofCase.Nested:
2614 if (Nested == null) {
2615 Nested = new global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested();
2617 Nested.MergeFrom(other.Nested);
2640 global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested subBuilder = new global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested();
2641 if (valueCase_ == ValueOneofCase.Nested) {
2642 subBuilder.MergeFrom(Nested);
2645 Nested = subBuilder;
2667 global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested subBuilder = new global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested();
2668 if (valueCase_ == ValueOneofCase.Nested) {
2669 subBuilder.MergeFrom(Nested);
2672 Nested = subBuilder;
2680 #region Nested types
2684 public sealed partial class Nested : pb::IMessage<Nested>
2689 private static readonly pb::MessageParser<Nested> _parser = new pb::MessageParser<Nested>(() => new Nested());
2692 public static pb::MessageParser<Nested> Parser { get { return _parser; } }
2705 public Nested() {
2712 public Nested(Nested other) : this() {
2719 public Nested Clone() {
2720 return new Nested(this);
2747 return Equals(other as Nested);
2751 public bool Equals(Nested other) {
2831 public void MergeFrom(Nested other) {