Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumValueDescriptor.cs77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.EnumValueDescriptor
DCustomOptions.cs64 public sealed class CustomOptions class
69 internal CustomOptions(IDictionary<int, IExtensionValue> values) in CustomOptions() method in Google.Protobuf.Reflection.CustomOptions
DServiceDescriptor.cs98 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.ServiceDescriptor
DOneofDescriptor.cs109 …public CustomOptions CustomOptions => new CustomOptions(proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.OneofDescriptor
DMethodDescriptor.cs77 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.MethodDescriptor
DEnumDescriptor.cs132 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.EnumDescriptor
DFieldDescriptor.cs281 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.FieldDescriptor
DMessageDescriptor.cs247 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.MessageDescriptor
DFileDescriptor.cs508 …public CustomOptions CustomOptions => new CustomOptions(Proto.Options._extensions?.ValuesByNumber); field in Google.Protobuf.Reflection.FileDescriptor
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.h47 using CustomOptions = flatbuffers::Vector<uint8_t>; variable
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2815 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 …]