Home
last modified time | relevance | path

Searched defs:CustomOptions (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs64 public sealed class CustomOptions class
69 internal CustomOptions(IDictionary<int, IExtensionValue> values) in CustomOptions() method in Google.Protobuf.Reflection.CustomOptions
DEnumValueDescriptor.cs77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumValueDescriptor
DServiceDescriptor.cs98 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.ServiceDescriptor
DMethodDescriptor.cs77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MethodDescriptor
DOneofDescriptor.cs121 …public CustomOptions CustomOptions => new CustomOptions(proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.OneofDescriptor
DEnumDescriptor.cs132 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumDescriptor
DFieldDescriptor.cs323 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FieldDescriptor
DMessageDescriptor.cs291 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MessageDescriptor
DFileDescriptor.cs551 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FileDescriptor
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2834 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 …]