Lines Matching refs:TestOneof
178 …eInfo(typeof(global::Google.Protobuf.TestProtos.TestOneof), global::Google.Protobuf.TestProtos.Tes… in UnittestProto3Reflection()
4376 public sealed partial class TestOneof : pb::IMessage<TestOneof> { class
4377 …ivate static readonly pb::MessageParser<TestOneof> _parser = new pb::MessageParser<TestOneof>(() =…
4378 public static pb::MessageParser<TestOneof> Parser { get { return _parser; } }
4388 public TestOneof() { in TestOneof() method in Google.Protobuf.TestProtos.TestOneof
4394 public TestOneof(TestOneof other) : this() { in TestOneof() method in Google.Protobuf.TestProtos.TestOneof
4409 public TestOneof Clone() { in Clone()
4410 return new TestOneof(this); in Clone()
4462 return Equals(other as TestOneof); in Equals()
4465 public bool Equals(TestOneof other) { in Equals()
4521 public void MergeFrom(TestOneof other) { in MergeFrom()