Searched defs:CustomOptions (Results 1 – 10 of 10) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | CustomOptions.cs | 45 public sealed class CustomOptions class 52 internal CustomOptions(IDictionary<int, IExtensionValue> values) in CustomOptions() method in Google.Protobuf.Reflection.CustomOptions
|
| D | EnumValueDescriptor.cs | 59 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumValueDescriptor
|
| D | ServiceDescriptor.cs | 70 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.ServiceDescriptor
|
| D | MethodDescriptor.cs | 49 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MethodDescriptor
|
| D | EnumDescriptor.cs | 100 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumDescriptor
|
| D | OneofDescriptor.cs | 108 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.OneofDescriptor
|
| D | FieldDescriptor.cs | 332 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field
|
| D | MessageDescriptor.cs | 281 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MessageDescriptor
|
| D | FileDescriptor.cs | 561 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FileDescriptor
|
| /third_party/protobuf/src/google/protobuf/ |
| D | descriptor_unittest.cc | 3167 TEST_P(AllowUnknownDependenciesTest, CustomOptions) { in TEST_P() argument 3333 TEST(CustomOptions, OptionLocations) { in TEST() argument 3370 TEST(CustomOptions, OptionTypes) { in TEST() argument 3434 TEST(CustomOptions, ComplexExtensionOptions) { in TEST() argument 3487 TEST(CustomOptions, OptionsFromOtherFile) { in TEST() argument 3549 TEST(CustomOptions, MessageOptionThreeFieldsSet) { in TEST() argument 3633 TEST(CustomOptions, MessageOptionRepeatedLeafFieldSet) { in TEST() argument 3720 TEST(CustomOptions, MessageOptionRepeatedMsgFieldSet) { in TEST() argument 3815 TEST(CustomOptions, AggregateOptions) { in TEST() argument 3858 TEST(CustomOptions, UnusedImportError) { in TEST() argument [all …]
|