/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1109 …Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempt… 1154 func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { 1995 type EnumValueOptions struct { struct 2009 func (m *EnumValueOptions) Reset() { *m = EnumValueOptions{} } argument 2010 func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) } argument 2011 func (*EnumValueOptions) ProtoMessage() {} argument 2012 func (*EnumValueOptions) Descriptor() ([]byte, []int) { argument 2020 func (*EnumValueOptions) ExtensionRangeArray() []proto.ExtensionRange { argument 2024 func (m *EnumValueOptions) XXX_Unmarshal(b []byte) error { argument 2027 func (m *EnumValueOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument [all …]
|
D | descriptor.proto | 256 optional EnumValueOptions options = 3; 629 message EnumValueOptions { message
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1073 …Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempt… 1117 func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { 1929 type EnumValueOptions struct { struct 1943 func (m *EnumValueOptions) Reset() { *m = EnumValueOptions{} } argument 1944 func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) } argument 1945 func (*EnumValueOptions) ProtoMessage() {} argument 1946 func (*EnumValueOptions) Descriptor() ([]byte, []int) { argument 1954 func (*EnumValueOptions) ExtensionRangeArray() []proto.ExtensionRange { argument 1957 func (m *EnumValueOptions) XXX_Unmarshal(b []byte) error { argument 1960 func (m *EnumValueOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument [all …]
|
D | descriptor.proto | 256 optional EnumValueOptions options = 3; 618 message EnumValueOptions { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 412 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, deprecated_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 413 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 418 EnumValueOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 420 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 422 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 423 sizeof(EnumValueOptions), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 424 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 605 EnumValueOptions_descriptor_, &EnumValueOptions::default_instance()); in protobuf_RegisterTypes() 657 delete EnumValueOptions::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() 830 EnumValueOptions::default_instance_ = new EnumValueOptions(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|
D | descriptor.pb.h | 47 class EnumValueOptions; variable 1525 const ::google::protobuf::EnumValueOptions& options() const; 1526 ::google::protobuf::EnumValueOptions* mutable_options(); 1527 ::google::protobuf::EnumValueOptions* release_options(); 1528 void set_allocated_options(::google::protobuf::EnumValueOptions* options); 1543 ::google::protobuf::EnumValueOptions* options_; 2578 class LIBPROTOBUF_EXPORT EnumValueOptions : public ::google::protobuf::Message { 2580 EnumValueOptions(); 2581 virtual ~EnumValueOptions(); 2583 EnumValueOptions(const EnumValueOptions& from); [all …]
|
D | descriptor.h | 99 class EnumValueOptions; variable 940 const EnumValueOptions& options() const; 960 typedef EnumValueOptions OptionsType; 977 const EnumValueOptions* options_; 1726 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(EnumValueDescriptor, EnumValueOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | unittest_custom_options.proto | 76 extend google.protobuf.EnumValueOptions { 336 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; }
|
D | descriptor.proto | 221 optional EnumValueOptions options = 3; 560 message EnumValueOptions { message
|
D | descriptor.cc | 889 result->options_ = &EnumValueOptions::default_instance(); in FindEnumValueByNumberCreatingIfUnknown() 1917 if (&options() != &EnumValueOptions::default_instance()) { in CopyTo() 3534 placeholder_value->options_ = &EnumValueOptions::default_instance(); in NewPlaceholder() 5027 enum_value->options_ = &EnumValueOptions::default_instance(); in CrossLinkEnumValue()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 158 …ypeof(global::Google.Protobuf.Reflection.EnumValueOptions), global::Google.Protobuf.Reflection.Enu… in DescriptorReflection() 2004 private global::Google.Protobuf.Reflection.EnumValueOptions options_; 2005 public global::Google.Protobuf.Reflection.EnumValueOptions Options { 2082 options_ = new global::Google.Protobuf.Reflection.EnumValueOptions(); in MergeFrom() 2105 options_ = new global::Google.Protobuf.Reflection.EnumValueOptions(); in MergeFrom() 3887 internal sealed partial class EnumValueOptions : pb::IMessage<EnumValueOptions> { class 3888 …c readonly pb::MessageParser<EnumValueOptions> _parser = new pb::MessageParser<EnumValueOptions>((… 3889 public static pb::MessageParser<EnumValueOptions> Parser { get { return _parser; } } 3899 public EnumValueOptions() { in EnumValueOptions() method in Google.Protobuf.Reflection.EnumValueOptions 3905 public EnumValueOptions(EnumValueOptions other) : this() { in EnumValueOptions() method in Google.Protobuf.Reflection.EnumValueOptions [all …]
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | multiple_files_test.proto | 63 extend google.protobuf.EnumValueOptions {
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 1140 const EnumValueOptions& options(_GetDescriptor(self)->options()); in GetHasOptions() 1141 if (&options != &EnumValueOptions::default_instance()) { in GetHasOptions()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 202 optional EnumValueOptions options = 3; 511 message EnumValueOptions { message
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 128 descriptor_pb2.EnumValueOptions())
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 225 optional EnumValueOptions options = 3; 577 message EnumValueOptions { message
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 256 optional EnumValueOptions options = 3; 618 message EnumValueOptions { message
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1761 public EnumValueOptions getOptions() { return proto.getOptions(); } in getOptions()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2901 TEST_F(SourceInfoTest, EnumValueOptions) { in TEST_F() argument
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 7048 class EnumValueOptions : public ::upb::reffed_ptr<const ::upb::MessageDef> { 7050 EnumValueOptions(const ::upb::MessageDef* m, const void *ref_donor = NULL) 7055 static EnumValueOptions get() { 7057 return EnumValueOptions(m, &m);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 6829 namespace EnumValueOptions {
|