| /external/golang-protobuf/protoc-gen-go/descriptor/ |
| D | descriptor.pb.go | 1922 type EnumOptions struct { struct 1925 …Alias *bool `protobuf:"varint,2,opt,name=allow_alias,json=allowAlias" json:"allow_alias,omitempty"` 1930 Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"` 1932 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` 1933 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1934 proto.XXX_InternalExtensions `json:"-"` 1935 XXX_unrecognized []byte `json:"-"` 1936 XXX_sizecache int32 `json:"-"` 1939 func (m *EnumOptions) Reset() { *m = EnumOptions{} } 1940 func (m *EnumOptions) String() string { return proto.CompactTextString(m) } [all …]
|
| D | descriptor.proto | 608 message EnumOptions { message
|
| /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
| D | descriptor.pb.go | 1857 type EnumOptions struct { struct 1860 …Alias *bool `protobuf:"varint,2,opt,name=allow_alias,json=allowAlias" json:"allow_alias,omitempty"` 1865 Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"` 1867 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` 1868 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1869 proto.XXX_InternalExtensions `json:"-"` 1870 XXX_unrecognized []byte `json:"-"` 1871 XXX_sizecache int32 `json:"-"` 1874 func (m *EnumOptions) Reset() { *m = EnumOptions{} } 1875 func (m *EnumOptions) String() string { return proto.CompactTextString(m) } [all …]
|
| D | descriptor.proto | 597 message EnumOptions { message
|
| /external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
| D | descriptor.proto | 492 message EnumOptions { message
|
| /external/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 541 message EnumOptions { message
|
| D | descriptor.h | 98 class EnumOptions; variable
|
| D | descriptor.pb.cc | 10634 EnumOptions::EnumOptions() in EnumOptions() function in google::protobuf::EnumOptions 10643 EnumOptions::EnumOptions(const EnumOptions& from) in EnumOptions() function in google::protobuf::EnumOptions
|
| D | descriptor.pb.h | 45 class EnumOptions; variable
|
| /external/nos/host/generic/nugget/proto/google/protobuf/ |
| D | descriptor.proto | 556 message EnumOptions { message
|
| /external/nanopb-c/generator/proto/google/protobuf/ |
| D | descriptor.proto | 597 message EnumOptions { message
|
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | Descriptor.cs | 3725 internal sealed partial class EnumOptions : pb::IMessage<EnumOptions> { class 3737 public EnumOptions() { in EnumOptions() method in Google.Protobuf.Reflection.EnumOptions 3743 public EnumOptions(EnumOptions other) : this() { in EnumOptions() method in Google.Protobuf.Reflection.EnumOptions
|