Searched defs:EnumValueOptions (Results 1 – 10 of 10) sorted by relevance
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1464 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/ |
D | descriptor_pb2.py | 1303 class EnumValueOptions(_message.Message): class
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 435 message EnumValueOptions { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 560 message EnumValueOptions { message
|
D | descriptor.h | 99 class EnumValueOptions; variable
|
D | descriptor.pb.cc | 11072 EnumValueOptions::EnumValueOptions() in EnumValueOptions() function in google::protobuf::EnumValueOptions 11081 EnumValueOptions::EnumValueOptions(const EnumValueOptions& from) in EnumValueOptions() function in google::protobuf::EnumValueOptions
|
D | descriptor.pb.h | 47 class EnumValueOptions; variable
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 577 message EnumValueOptions { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 3887 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/ |
D | parser_unittest.cc | 2901 TEST_F(SourceInfoTest, EnumValueOptions) { in TEST_F() argument
|