Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs53 …sue307.Types.NestedOnce.Types.NestedTwice), global::UnitTest.Issues.TestProtos.Issue307.Types.Nest… in UnittestIssuesReflection()
267 public sealed partial class NestedTwice : pb::IMessage<NestedTwice> { class in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types
268 …te static readonly pb::MessageParser<NestedTwice> _parser = new pb::MessageParser<NestedTwice>(() …
270 public static pb::MessageParser<NestedTwice> Parser { get { return _parser; } }
283 public NestedTwice() { in NestedTwice() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
290 public NestedTwice(NestedTwice other) : this() { in NestedTwice() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
294 public NestedTwice Clone() { in Clone()
295 return new NestedTwice(this); in Clone()
300 return Equals(other as NestedTwice); in Equals()
304 public bool Equals(NestedTwice other) { in Equals()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/
Dunittest_issues.proto16 message NestedTwice { message