Home
last modified time | relevance | path

Searched defs:EnumDescriptorProto (Results 1 – 14 of 14) sorted by relevance

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go976 type EnumDescriptorProto struct { struct
977 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
978 Value []*EnumValueDescriptorProto `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`
979 Options *EnumOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
983 …nge `protobuf:"bytes,4,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"`
986 …string `protobuf:"bytes,5,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"`
987 XXX_NoUnkeyedLiteral struct{} `json:"-"`
988 XXX_unrecognized []byte `json:"-"`
989 XXX_sizecache int32 `json:"-"`
992 func (m *EnumDescriptorProto) Reset() { *m = EnumDescriptorProto{} }
[all …]
Ddescriptor.proto223 message EnumDescriptorProto { message
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go942 type EnumDescriptorProto struct { struct
943 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
944 Value []*EnumValueDescriptorProto `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`
945 Options *EnumOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
949 …nge `protobuf:"bytes,4,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"`
952 …string `protobuf:"bytes,5,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"`
953 XXX_NoUnkeyedLiteral struct{} `json:"-"`
954 XXX_unrecognized []byte `json:"-"`
955 XXX_sizecache int32 `json:"-"`
958 func (m *EnumDescriptorProto) Reset() { *m = EnumDescriptorProto{} }
[all …]
Ddescriptor.proto223 message EnumDescriptorProto { message
/external/perfetto/protos/perfetto/common/
Ddescriptor.proto165 message EnumDescriptorProto { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto189 message EnumDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto208 message EnumDescriptorProto { message
Ddescriptor.h91 class EnumDescriptorProto; variable
Ddescriptor.pb.cc5667 EnumDescriptorProto::EnumDescriptorProto() in EnumDescriptorProto() function in google::protobuf::EnumDescriptorProto
5677 EnumDescriptorProto::EnumDescriptorProto(const EnumDescriptorProto& from) in EnumDescriptorProto() function in google::protobuf::EnumDescriptorProto
Ddescriptor.pb.h44 class EnumDescriptorProto; variable
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto212 message EnumDescriptorProto { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto223 message EnumDescriptorProto { message
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go166 *descriptor.EnumDescriptorProto anonMember
871 func newEnumDescriptor(desc *descriptor.EnumDescriptorProto, parent *Descriptor, file *FileDescript…
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1796 internal sealed partial class EnumDescriptorProto : pb::IMessage<EnumDescriptorProto> { class
1808 public EnumDescriptorProto() { in EnumDescriptorProto() method in Google.Protobuf.Reflection.EnumDescriptorProto
1814 public EnumDescriptorProto(EnumDescriptorProto other) : this() { in EnumDescriptorProto() method in Google.Protobuf.Reflection.EnumDescriptorProto