Searched defs:CustomOptions (Results 1 – 10 of 10) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | CustomOptions.cs | 64 public sealed class CustomOptions class 69 internal CustomOptions(IDictionary<int, IExtensionValue> values) in CustomOptions() method in Google.Protobuf.Reflection.CustomOptions
|
| D | EnumValueDescriptor.cs | 77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumValueDescriptor
|
| D | ServiceDescriptor.cs | 98 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.ServiceDescriptor
|
| D | MethodDescriptor.cs | 77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MethodDescriptor
|
| D | OneofDescriptor.cs | 121 …public CustomOptions CustomOptions => new CustomOptions(proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.OneofDescriptor
|
| D | EnumDescriptor.cs | 132 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumDescriptor
|
| D | FieldDescriptor.cs | 323 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FieldDescriptor
|
| D | MessageDescriptor.cs | 291 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MessageDescriptor
|
| D | FileDescriptor.cs | 551 …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 | 2834 TEST_P(AllowUnknownDependenciesTest, CustomOptions) { in TEST_P() argument 2998 TEST(CustomOptions, OptionLocations) { in TEST() argument 3032 TEST(CustomOptions, OptionTypes) { in TEST() argument 3089 TEST(CustomOptions, ComplexExtensionOptions) { in TEST() argument 3142 TEST(CustomOptions, OptionsFromOtherFile) { in TEST() argument 3197 TEST(CustomOptions, MessageOptionThreeFieldsSet) { in TEST() argument 3274 TEST(CustomOptions, MessageOptionRepeatedLeafFieldSet) { in TEST() argument 3354 TEST(CustomOptions, MessageOptionRepeatedMsgFieldSet) { in TEST() argument 3442 TEST(CustomOptions, AggregateOptions) { in TEST() argument 3481 TEST(CustomOptions, UnusedImportError) { in TEST() argument [all …]
|