Home
last modified time | relevance | path

Searched defs:EnumValueOptions (Results 1 – 10 of 10) sorted by relevance

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1464 type EnumValueOptions struct { struct
1469 Deprecated *bool `protobuf:"varint,1,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
1471 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
1472 proto.XXX_InternalExtensions `json:"-"`
1473 XXX_unrecognized []byte `json:"-"`
1476 func (m *EnumValueOptions) Reset() { *m = EnumValueOptions{} }
1477 func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) }
1478 func (*EnumValueOptions) ProtoMessage() {}
1479 func (*EnumValueOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} }
1485 func (*EnumValueOptions) ExtensionRangeArray() []proto.ExtensionRange {
[all …]
/external/nanopb-c/generator/google/protobuf/
Ddescriptor_pb2.py1303 class EnumValueOptions(_message.Message): class
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto435 message EnumValueOptions { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto560 message EnumValueOptions { message
Ddescriptor.h99 class EnumValueOptions; variable
Ddescriptor.pb.cc11072 EnumValueOptions::EnumValueOptions() in EnumValueOptions() function in google::protobuf::EnumValueOptions
11081 EnumValueOptions::EnumValueOptions(const EnumValueOptions& from) in EnumValueOptions() function in google::protobuf::EnumValueOptions
Ddescriptor.pb.h47 class EnumValueOptions; variable
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto577 message EnumValueOptions { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3887 internal sealed partial class EnumValueOptions : pb::IMessage<EnumValueOptions> { class
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
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2901 TEST_F(SourceInfoTest, EnumValueOptions) { in TEST_F() argument