Lines Matching refs:TestRecursiveMessage
169 …f(global::Google.Protobuf.TestProtos.TestRecursiveMessage), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()
3530 public sealed partial class TestRecursiveMessage : pb::IMessage<TestRecursiveMessage> class
3535 …only pb::MessageParser<TestRecursiveMessage> _parser = new pb::MessageParser<TestRecursiveMessage>…
3539 public static pb::MessageParser<TestRecursiveMessage> Parser { get { return _parser; } }
3555 public TestRecursiveMessage() { in TestRecursiveMessage() method in Google.Protobuf.TestProtos.TestRecursiveMessage
3563 public TestRecursiveMessage(TestRecursiveMessage other) : this() { in TestRecursiveMessage() method in Google.Protobuf.TestProtos.TestRecursiveMessage
3571 public TestRecursiveMessage Clone() { in Clone()
3572 return new TestRecursiveMessage(this); in Clone()
3577 private global::Google.Protobuf.TestProtos.TestRecursiveMessage a_;
3580 public global::Google.Protobuf.TestProtos.TestRecursiveMessage A {
3602 return Equals(other as TestRecursiveMessage); in Equals()
3607 public bool Equals(TestRecursiveMessage other) { in Equals()
3693 public void MergeFrom(TestRecursiveMessage other) { in MergeFrom()
3699 A = new global::Google.Protobuf.TestProtos.TestRecursiveMessage(); in MergeFrom()
3723 A = new global::Google.Protobuf.TestProtos.TestRecursiveMessage(); in MergeFrom()
3749 A = new global::Google.Protobuf.TestProtos.TestRecursiveMessage(); in IBufferMessage.InternalMergeFrom()