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.cs45 public sealed class CustomOptions class
52 internal CustomOptions(IDictionary<int, IExtensionValue> values) in CustomOptions() method in Google.Protobuf.Reflection.CustomOptions
DEnumValueDescriptor.cs59 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumValueDescriptor
DServiceDescriptor.cs70 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.ServiceDescriptor
DMethodDescriptor.cs49 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MethodDescriptor
DEnumDescriptor.cs100 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumDescriptor
DOneofDescriptor.cs108 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.OneofDescriptor
DFieldDescriptor.cs332 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field
DMessageDescriptor.cs281 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MessageDescriptor
DFileDescriptor.cs561 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FileDescriptor
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc3167 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 …]