Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs58 …s.TestProtos.ReservedNames.Types.SomeNestedType), global::UnitTest.Issues.TestProtos.ReservedNames… in UnittestIssuesReflection()
1131 public sealed partial class SomeNestedType : pb::IMessage<SomeNestedType> { class in UnitTest.Issues.TestProtos.ReservedNames.Types
1132 …atic readonly pb::MessageParser<SomeNestedType> _parser = new pb::MessageParser<SomeNestedType>(()…
1134 public static pb::MessageParser<SomeNestedType> Parser { get { return _parser; } }
1147 public SomeNestedType() { in SomeNestedType() method in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1154 public SomeNestedType(SomeNestedType other) : this() { in SomeNestedType() method in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1158 public SomeNestedType Clone() { in Clone()
1159 return new SomeNestedType(this); in Clone()
1164 return Equals(other as SomeNestedType); in Equals()
1168 public bool Equals(SomeNestedType other) { in Equals()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/
Dunittest_issues.proto86 message SomeNestedType { message