Home
last modified time | relevance | path

Searched refs:ReservedNames (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DIssuesTest.cs56 public void ReservedNames() in ReservedNames() method in Google.Protobuf.IssuesTest
58 var message = new ReservedNames { Types_ = 10, Descriptor_ = 20 }; in ReservedNames()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs58ReservedNames), global::UnitTest.Issues.TestProtos.ReservedNames.Parser, new[]{ "Types_", "Descrip… in UnittestIssuesReflection()
981 public sealed partial class ReservedNames : pb::IMessage<ReservedNames> { class
982 …static readonly pb::MessageParser<ReservedNames> _parser = new pb::MessageParser<ReservedNames>(()…
984 public static pb::MessageParser<ReservedNames> Parser { get { return _parser; } }
997 public ReservedNames() { in ReservedNames() method in UnitTest.Issues.TestProtos.ReservedNames
1004 public ReservedNames(ReservedNames other) : this() { in ReservedNames() method in UnitTest.Issues.TestProtos.ReservedNames
1010 public ReservedNames Clone() { in Clone()
1011 return new ReservedNames(this); in Clone()
1038 return Equals(other as ReservedNames); in Equals()
1042 public bool Equals(ReservedNames other) { in Equals()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/protos/
Dunittest_issues.proto84 message ReservedNames { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc680 TEST_F(ParseMessageTest, ReservedNames) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_unittest.cc1962 TEST_F(ReservedDescriptorTest, ReservedNames) { in TEST_F() argument