Lines Matching refs:ReservedNames
70 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames), global::UnitTest.Issues.TestProtos.ReservedNames.Parser, new[]{ "Types_", "Descriptor_" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType), global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType.Parser, null, null, null, null, null)}),
1398 public sealed partial class ReservedNames : pb::IMessage<ReservedNames>
1403 private static readonly pb::MessageParser<ReservedNames> _parser = new pb::MessageParser<ReservedNames>(() => new ReservedNames());
1406 public static pb::MessageParser<ReservedNames> Parser { get { return _parser; } }
1419 public ReservedNames() {
1426 public ReservedNames(ReservedNames other) : this() {
1433 public ReservedNames Clone() {
1434 return new ReservedNames(this);
1461 return Equals(other as ReservedNames);
1465 public bool Equals(ReservedNames other) {
1545 public void MergeFrom(ReservedNames other) {
1605 /// <summary>Container for nested types declared in the ReservedNames message type.</summary>
1623 get { return global::UnitTest.Issues.TestProtos.ReservedNames.Descriptor.NestedTypes[0]; }