Home
last modified time | relevance | path

Searched defs:OneofDescriptorProto (Results 1 – 13 of 13) sorted by relevance

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go928 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 …]
Ddescriptor.proto217 message OneofDescriptorProto { message
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go895 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 …]
Ddescriptor.proto217 message OneofDescriptorProto { message
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto159 message OneofDescriptorProto { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto184 message OneofDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto203 message OneofDescriptorProto { message
Ddescriptor.h90 class OneofDescriptorProto; variable
Ddescriptor.pb.cc5350 OneofDescriptorProto::OneofDescriptorProto() in OneofDescriptorProto() function in google::protobuf::OneofDescriptorProto
5359 OneofDescriptorProto::OneofDescriptorProto(const OneofDescriptorProto& from) in OneofDescriptorProto() function in google::protobuf::OneofDescriptorProto
Ddescriptor.pb.h58 class OneofDescriptorProto; variable
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto206 message OneofDescriptorProto { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto217 message OneofDescriptorProto { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1690 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