/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 928 type OneofDescriptorProto struct { struct 929 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 930 Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"` 931 XXX_NoUnkeyedLiteral struct{} `json:"-"` 932 XXX_unrecognized []byte `json:"-"` 933 XXX_sizecache int32 `json:"-"` 936 func (m *OneofDescriptorProto) Reset() { *m = OneofDescriptorProto{} } 937 func (m *OneofDescriptorProto) String() string { return proto.CompactTextString(m) } 938 func (*OneofDescriptorProto) ProtoMessage() {} 939 func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { [all …]
|
D | descriptor.proto | 217 message OneofDescriptorProto { message
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 895 type OneofDescriptorProto struct { struct 896 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 897 Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"` 898 XXX_NoUnkeyedLiteral struct{} `json:"-"` 899 XXX_unrecognized []byte `json:"-"` 900 XXX_sizecache int32 `json:"-"` 903 func (m *OneofDescriptorProto) Reset() { *m = OneofDescriptorProto{} } 904 func (m *OneofDescriptorProto) String() string { return proto.CompactTextString(m) } 905 func (*OneofDescriptorProto) ProtoMessage() {} 906 func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { [all …]
|
D | descriptor.proto | 217 message OneofDescriptorProto { message
|
/external/perfetto/protos/perfetto/common/ |
D | descriptor.proto | 159 message OneofDescriptorProto { message
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 184 message OneofDescriptorProto { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 203 message OneofDescriptorProto { message
|
D | descriptor.h | 90 class OneofDescriptorProto; variable
|
D | descriptor.pb.cc | 5350 OneofDescriptorProto::OneofDescriptorProto() in OneofDescriptorProto() function in google::protobuf::OneofDescriptorProto 5359 OneofDescriptorProto::OneofDescriptorProto(const OneofDescriptorProto& from) in OneofDescriptorProto() function in google::protobuf::OneofDescriptorProto
|
D | descriptor.pb.h | 58 class OneofDescriptorProto; variable
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 206 message OneofDescriptorProto { message
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 217 message OneofDescriptorProto { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 1690 internal sealed partial class OneofDescriptorProto : pb::IMessage<OneofDescriptorProto> { class 1702 public OneofDescriptorProto() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto 1708 public OneofDescriptorProto(OneofDescriptorProto other) : this() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto
|