Lines Matching refs:TestMessageWithCustomOptions
143 …TestMessageWithCustomOptions), global::UnitTest.Issues.TestProtos.TestMessageWithCustomOptions.Par… in UnittestCustomOptionsProto3Reflection()
260 …public sealed partial class TestMessageWithCustomOptions : pb::IMessage<TestMessageWithCustomOptio… class
265 …sageParser<TestMessageWithCustomOptions> _parser = new pb::MessageParser<TestMessageWithCustomOpti…
268 public static pb::MessageParser<TestMessageWithCustomOptions> Parser { get { return _parser; } }
281 public TestMessageWithCustomOptions() { in TestMessageWithCustomOptions() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
288 public TestMessageWithCustomOptions(TestMessageWithCustomOptions other) : this() { in TestMessageWithCustomOptions() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
300 public TestMessageWithCustomOptions Clone() { in Clone()
301 return new TestMessageWithCustomOptions(this); in Clone()
346 return Equals(other as TestMessageWithCustomOptions); in Equals()
350 public bool Equals(TestMessageWithCustomOptions other) { in Equals()
432 public void MergeFrom(TestMessageWithCustomOptions other) { in MergeFrom()