/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | CustomOptions.cs | 65 public sealed class CustomOptions class 72 internal CustomOptions(IDictionary<int, IExtensionValue> values) in CustomOptions() method in Google.Protobuf.Reflection.CustomOptions
|
H A D | EnumValueDescriptor.cs | 85 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumValueDescriptor
|
H A D | ServiceDescriptor.cs | 106 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.ServiceDescriptor
|
H A D | MethodDescriptor.cs | 77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MethodDescriptor
|
H A D | OneofDescriptor.cs | 131 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.OneofDescriptor
|
H A D | EnumDescriptor.cs | 140 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumDescriptor
|
H A D | FieldDescriptor.cs | 336 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FieldDescriptor
|
H A D | MessageDescriptor.cs | 301 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MessageDescriptor
|
H A D | FileDescriptor.cs | 574 …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 D | CustomOptions.cs | 65 public sealed class CustomOptions class 72 internal CustomOptions(IDictionary<int, IExtensionValue> values) in CustomOptions() method in Google.Protobuf.Reflection.CustomOptions
|
H A D | EnumValueDescriptor.cs | 85 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumValueDescriptor
|
H A D | ServiceDescriptor.cs | 106 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.ServiceDescriptor
|
H A D | MethodDescriptor.cs | 77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MethodDescriptor
|
H A D | OneofDescriptor.cs | 131 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.OneofDescriptor
|
H A D | EnumDescriptor.cs | 140 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.EnumDescriptor
|
H A D | FieldDescriptor.cs | 336 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.FieldDescriptor
|
H A D | MessageDescriptor.cs | 301 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options?._extensions?.ValuesByNumber… field in Google.Protobuf.Reflection.MessageDescriptor
|
H A D | FileDescriptor.cs | 574 …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 D | descriptor_unittest.cc | 3004 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 D | descriptor_unittest.cc | 3004 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 D | operator.h | 49 using CustomOptions = flatbuffers::Vector<uint8_t>; variable
|