Lines Matching refs:TestJsonName
61 …fo(typeof(global::UnitTest.Issues.TestProtos.TestJsonName), global::UnitTest.Issues.TestProtos.Tes… in UnittestIssuesReflection()
1406 public sealed partial class TestJsonName : pb::IMessage<TestJsonName> { class
1407 … static readonly pb::MessageParser<TestJsonName> _parser = new pb::MessageParser<TestJsonName>(() …
1408 public static pb::MessageParser<TestJsonName> Parser { get { return _parser; } }
1418 public TestJsonName() { in TestJsonName() method in UnitTest.Issues.TestProtos.TestJsonName
1424 public TestJsonName(TestJsonName other) : this() { in TestJsonName() method in UnitTest.Issues.TestProtos.TestJsonName
1430 public TestJsonName Clone() { in Clone()
1431 return new TestJsonName(this); in Clone()
1468 return Equals(other as TestJsonName); in Equals()
1471 public bool Equals(TestJsonName other) { in Equals()
1525 public void MergeFrom(TestJsonName other) { in MergeFrom()