Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DCustomOptions.cs65 public sealed class CustomOptions class
72 internal CustomOptions(IDictionary<int, IExtensionValue> values) in CustomOptions() method in Google.Protobuf.Reflection.CustomOptions
H A DEnumValueDescriptor.cs85 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumValueDescriptor
H A DServiceDescriptor.cs106 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.ServiceDescriptor
H A DMethodDescriptor.cs77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MethodDescriptor
H A DOneofDescriptor.cs131 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.OneofDescriptor
H A DEnumDescriptor.cs140 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumDescriptor
H A DFieldDescriptor.cs336 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FieldDescriptor
H A DMessageDescriptor.cs301 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MessageDescriptor
H A DFileDescriptor.cs574 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FileDescriptor
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DCustomOptions.cs65 public sealed class CustomOptions class
72 internal CustomOptions(IDictionary<int, IExtensionValue> values) in CustomOptions() method in Google.Protobuf.Reflection.CustomOptions
H A DEnumValueDescriptor.cs85 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumValueDescriptor
H A DServiceDescriptor.cs106 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.ServiceDescriptor
H A DMethodDescriptor.cs77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MethodDescriptor
H A DOneofDescriptor.cs131 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.OneofDescriptor
H A DEnumDescriptor.cs140 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumDescriptor
H A DFieldDescriptor.cs336 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FieldDescriptor
H A DMessageDescriptor.cs301 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MessageDescriptor
H A DFileDescriptor.cs574 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FileDescriptor
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc3004 TEST_P(AllowUnknownDependenciesTest, CustomOptions) { in TEST_P() argument
3168 TEST(CustomOptions, OptionLocations) { in TEST() argument
3205 TEST(CustomOptions, OptionTypes) { in TEST() argument
3269 TEST(CustomOptions, ComplexExtensionOptions) { in TEST() argument
3322 TEST(CustomOptions, OptionsFromOtherFile) { in TEST() argument
3382 TEST(CustomOptions, MessageOptionThreeFieldsSet) { in TEST() argument
3463 TEST(CustomOptions, MessageOptionRepeatedLeafFieldSet) { in TEST() argument
3547 TEST(CustomOptions, MessageOptionRepeatedMsgFieldSet) { in TEST() argument
3639 TEST(CustomOptions, AggregateOptions) { in TEST() argument
3682 TEST(CustomOptions, UnusedImportError) { in TEST() argument
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc3004 TEST_P(AllowUnknownDependenciesTest, CustomOptions) { in TEST_P() argument
3168 TEST(CustomOptions, OptionLocations) { in TEST() argument
3205 TEST(CustomOptions, OptionTypes) { in TEST() argument
3269 TEST(CustomOptions, ComplexExtensionOptions) { in TEST() argument
3322 TEST(CustomOptions, OptionsFromOtherFile) { in TEST() argument
3382 TEST(CustomOptions, MessageOptionThreeFieldsSet) { in TEST() argument
3463 TEST(CustomOptions, MessageOptionRepeatedLeafFieldSet) { in TEST() argument
3547 TEST(CustomOptions, MessageOptionRepeatedMsgFieldSet) { in TEST() argument
3639 TEST(CustomOptions, AggregateOptions) { in TEST() argument
3682 TEST(CustomOptions, UnusedImportError) { in TEST() argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Doperator.h49 using CustomOptions = flatbuffers::Vector<uint8_t>; variable