Lines Matching refs:TestOneof

719             new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestOneof), global::Google.Protobuf.TestProtos.Proto2.TestOneof.Parser, new[]{ "FooInt", "FooString", "FooMessage", "FooGroup" }, new[]{ "Foo" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup), global::Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup.Parser, new[]{ "A", "B" }, null, null, null, null)}),
19026 public sealed partial class TestOneof : pb::IMessage<TestOneof>
19031 private static readonly pb::MessageParser<TestOneof> _parser = new pb::MessageParser<TestOneof>(() => new TestOneof());
19034 public static pb::MessageParser<TestOneof> Parser { get { return _parser; } }
19047 public TestOneof() {
19054 public TestOneof(TestOneof other) : this() {
19074 public TestOneof Clone() {
19075 return new TestOneof(this);
19138 public global::Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup FooGroup {
19139 get { return HasFooGroup ? (global::Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup) foo_ : null; }
19181 return Equals(other as TestOneof);
19185 public bool Equals(TestOneof other) {
19295 public void MergeFrom(TestOneof other) {
19314 FooGroup = new global::Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup();
19352 global::Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup subBuilder = new global::Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup();
19392 global::Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup subBuilder = new global::Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup();
19406 /// <summary>Container for nested types declared in the TestOneof message type.</summary>
19422 get { return global::Google.Protobuf.TestProtos.Proto2.TestOneof.Descriptor.NestedTypes[0]; }