/aosp_15_r20/external/golang-protobuf/internal/filedesc/ |
H A D | placeholder.go | 64 func (e PlaceholderEnum) ReservedNames() protoreflect.Names { return emptyNames } func 98 func (m PlaceholderMessage) ReservedNames() protoreflect.Names { return emptyNames } func
|
H A D | desc.go | 124 ReservedNames Names member 150 func (ed *Enum) ReservedNames() protoreflect.Names { return &ed.lazyInit().ReservedNames } func 186 ReservedNames Names member 234 func (md *Message) ReservedNames() protoreflect.Names { return &md.lazyInit().ReservedName… func
|
/aosp_15_r20/external/cronet/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
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/ |
H A D | type.go | 206 ReservedNames() Names methodSpec 543 ReservedNames() Names methodSpec
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | IssuesTest.cs | 57 public void ReservedNames() in ReservedNames() method in Google.Protobuf.IssuesTest
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | IssuesTest.cs | 57 public void ReservedNames() in ReservedNames() method in Google.Protobuf.IssuesTest
|
/aosp_15_r20/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/ |
H A D | unittest_issues.proto | 84 message ReservedNames { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/ |
H A D | unittest_issues.proto | 84 message ReservedNames { message
|
/aosp_15_r20/external/protobuf/csharp/protos/ |
H A D | unittest_issues.proto | 85 message ReservedNames { message
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/protos/ |
H A D | unittest_issues.proto | 85 message ReservedNames { message
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestIssues.cs | 1526 public sealed partial class ReservedNames : pb::IMessage<ReservedNames> class 1551 public ReservedNames() { in ReservedNames() method in UnitTest.Issues.TestProtos.ReservedNames 1559 public ReservedNames(ReservedNames other) : this() { in ReservedNames() method in UnitTest.Issues.TestProtos.ReservedNames
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestIssues.cs | 1526 public sealed partial class ReservedNames : pb::IMessage<ReservedNames> class 1551 public ReservedNames() { in ReservedNames() method in UnitTest.Issues.TestProtos.ReservedNames 1559 public ReservedNames(ReservedNames other) : this() { in ReservedNames() method in UnitTest.Issues.TestProtos.ReservedNames
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ |
H A D | parser_unittest.cc | 789 TEST_F(ParseMessageTest, ReservedNames) { in TEST_F() argument 1145 TEST_F(ParseEnumTest, ReservedNames) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser_unittest.cc | 789 TEST_F(ParseMessageTest, ReservedNames) { in TEST_F() argument 1145 TEST_F(ParseEnumTest, ReservedNames) { in TEST_F() argument
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 2300 TEST_F(ReservedDescriptorTest, ReservedNames) { in TEST_F() argument 2431 TEST_F(ReservedEnumDescriptorTest, ReservedNames) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 2300 TEST_F(ReservedDescriptorTest, ReservedNames) { in TEST_F() argument 2431 TEST_F(ReservedEnumDescriptorTest, ReservedNames) { in TEST_F() argument
|