Searched refs:ReservedNames (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | IssuesTest.cs | 56 public void ReservedNames()
in ReservedNames() method in Google.Protobuf.IssuesTest 58 var message = new ReservedNames { Types_ = 10, Descriptor_ = 20 };
in ReservedNames()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | IssuesTest.cs | 57 public void ReservedNames()
in ReservedNames() method in Google.Protobuf.IssuesTest 59 var message = new ReservedNames { Types_ = 10, Descriptor_ = 20 };
in ReservedNames()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestIssues.cs | 70 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames), global::UnitTest.Issues.TestProtos.ReservedNames.Parser, new[]{ "Types_", "Descriptor_" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType), global::UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType.Parser, null, null, null, null, null)}), in UnittestIssuesReflection() 1398 public sealed partial class ReservedNames : pb::IMessage<ReservedNames> class 1403 private static readonly pb::MessageParser<ReservedNames> _parser = new pb::MessageParser<ReservedNames>(() => new ReservedNames()); 1406 public static pb::MessageParser<ReservedNames> Parse 1419 public ReservedNames() { ReservedNames() method in UnitTest.Issues.TestProtos.ReservedNames 1426 public ReservedNames(ReservedNames other) : this() { ReservedNames() method in UnitTest.Issues.TestProtos.ReservedNames [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser_unittest.cc | 788 TEST_F(ParseMessageTest, ReservedNames) { in TEST_F() 1144 TEST_F(ParseEnumTest, ReservedNames) { in TEST_F()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 2132 TEST_F(ReservedDescriptorTest, ReservedNames) { in TEST_F() 2263 TEST_F(ReservedEnumDescriptorTest, ReservedNames) { in TEST_F()
|
Completed in 19 milliseconds