Home
last modified time | relevance | path

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

/external/protobuf/csharp/compatibility_tests/v3.0.0/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()
/external/protobuf/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()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs63ReservedNames), global::UnitTest.Issues.TestProtos.ReservedNames.Parser, new[]{ "Types_", "Descrip… in UnittestIssuesReflection()
1071 public sealed partial class ReservedNames : pb::IMessage<ReservedNames> { class
1072 …static readonly pb::MessageParser<ReservedNames> _parser = new pb::MessageParser<ReservedNames>(()…
1075 public static pb::MessageParser<ReservedNames> Parser { get { return _parser; } }
1088 public ReservedNames() { in ReservedNames() method in UnitTest.Issues.TestProtos.ReservedNames
1095 public ReservedNames(ReservedNames other) : this() { in ReservedNames() method in UnitTest.Issues.TestProtos.ReservedNames
1102 public ReservedNames Clone() { in Clone()
1103 return new ReservedNames(this); in Clone()
1130 return Equals(other as ReservedNames); in Equals()
1134 public bool Equals(ReservedNames other) { in Equals()
[all …]
/external/llvm-project/clang-tools-extra/modularize/
DModuleAssistant.cpp132 static const char *const ReservedNames[] = { variable
143 for (int Index = 0; ReservedNames[Index] != nullptr; ++Index) { in ensureNoCollisionWithReservedName()
144 if (MightBeReservedName == ReservedNames[Index]) { in ensureNoCollisionWithReservedName()
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/
Dunittest_issues.proto84 message ReservedNames { message
/external/protobuf/csharp/protos/
Dunittest_issues.proto83 message ReservedNames { message
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc791 TEST_F(ParseMessageTest, ReservedNames) { in TEST_F() argument
1110 TEST_F(ParseEnumTest, ReservedNames) { in TEST_F() argument
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2116 TEST_F(ReservedDescriptorTest, ReservedNames) { in TEST_F() argument
2247 TEST_F(ReservedEnumDescriptorTest, ReservedNames) { in TEST_F() argument