Home
last modified time | relevance | path

Searched refs:SomeNestedType (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs59 …s.TestProtos.ReservedNames.Types.SomeNestedType), global::UnitTest.Issues.TestProtos.ReservedNames… in UnittestIssuesReflection()
1017 public sealed partial class SomeNestedType : pb::IMessage<SomeNestedType> { class in UnitTest.Issues.TestProtos.ReservedNames.Types
1018 …atic readonly pb::MessageParser<SomeNestedType> _parser = new pb::MessageParser<SomeNestedType>(()…
1019 public static pb::MessageParser<SomeNestedType> Parser { get { return _parser; } }
1029 public SomeNestedType() { in SomeNestedType() method in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1035 public SomeNestedType(SomeNestedType other) : this() { in SomeNestedType() method in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1038 public SomeNestedType Clone() { in Clone()
1039 return new SomeNestedType(this); in Clone()
1043 return Equals(other as SomeNestedType); in Equals()
1046 public bool Equals(SomeNestedType other) { in Equals()
[all …]
/external/protobuf/csharp/protos/
Dunittest_issues.proto86 message SomeNestedType { message