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…
269 public static pb::MessageParser<TestMessageWithCustomOptions> Parser { get { return _parser; } }
285 public TestMessageWithCustomOptions() { in TestMessageWithCustomOptions() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
293 public TestMessageWithCustomOptions(TestMessageWithCustomOptions other) : this() { in TestMessageWithCustomOptions() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
306 public TestMessageWithCustomOptions Clone() { in Clone()
307 return new TestMessageWithCustomOptions(this); in Clone()
357 return Equals(other as TestMessageWithCustomOptions); in Equals()
362 public bool Equals(TestMessageWithCustomOptions other) { in Equals()
450 public void MergeFrom(TestMessageWithCustomOptions other) { in MergeFrom()