Lines Matching refs:CommentMessage
197 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.CommentMessage), global::Google.Protobuf.TestProtos.CommentMessage.Parser, new[]{ "Text" }, null, new[]{ typeof(global::Google.Protobuf.TestProtos.CommentMessage.Types.NestedCommentEnum) }, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.CommentMessage.Types.NestedCommentMessage), global::Google.Protobuf.TestProtos.CommentMessage.Types.NestedCommentMessage.Parser, new[]{ "NestedText" }, null, null, null, null)})
9528 public sealed partial class CommentMessage : pb::IMessage<CommentMessage>
9533 private static readonly pb::MessageParser<CommentMessage> _parser = new pb::MessageParser<CommentMessage>(() => new CommentMessage());
9536 public static pb::MessageParser<CommentMessage> Parser { get { return _parser; } }
9549 public CommentMessage() {
9556 public CommentMessage(CommentMessage other) : this() {
9562 public CommentMessage Clone() {
9563 return new CommentMessage(this);
9582 return Equals(other as CommentMessage);
9586 public bool Equals(CommentMessage other) {
9653 public void MergeFrom(CommentMessage other) {
9702 /// <summary>Container for nested types declared in the CommentMessage message type.</summary>
9730 get { return global::Google.Protobuf.TestProtos.CommentMessage.Descriptor.NestedTypes[0]; }