Searched defs:CustomOptions (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | EnumValueDescriptor.cs | 77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.EnumValueDescriptor
|
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 | ServiceDescriptor.cs | 98 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.ServiceDescriptor
|
D | OneofDescriptor.cs | 109 …public CustomOptions CustomOptions => new CustomOptions(proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.OneofDescriptor
|
D | MethodDescriptor.cs | 77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.MethodDescriptor
|
D | EnumDescriptor.cs | 132 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.EnumDescriptor
|
D | FieldDescriptor.cs | 281 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.FieldDescriptor
|
D | MessageDescriptor.cs | 247 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.MessageDescriptor
|
D | FileDescriptor.cs | 508 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.FileDescriptor
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.h | 47 using CustomOptions = flatbuffers::Vector<uint8_t>; variable
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 2815 TEST_P(AllowUnknownDependenciesTest, CustomOptions) { in TEST_P() argument 2977 TEST(CustomOptions, OptionLocations) { in TEST() argument 3011 TEST(CustomOptions, OptionTypes) { in TEST() argument 3068 TEST(CustomOptions, ComplexExtensionOptions) { in TEST() argument 3121 TEST(CustomOptions, OptionsFromOtherFile) { in TEST() argument 3176 TEST(CustomOptions, MessageOptionThreeFieldsSet) { in TEST() argument 3253 TEST(CustomOptions, MessageOptionRepeatedLeafFieldSet) { in TEST() argument 3333 TEST(CustomOptions, MessageOptionRepeatedMsgFieldSet) { in TEST() argument 3421 TEST(CustomOptions, AggregateOptions) { in TEST() argument 3460 TEST(CustomOptions, UnusedImportWarning) { in TEST() argument [all …]
|