/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1106 type EnumValueDescriptorProto struct { struct 1107 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 1108 …umber *int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"` 1109 …tions *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` 1110 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1111 XXX_unrecognized []byte `json:"-"` 1112 XXX_sizecache int32 `json:"-"` 1115 func (m *EnumValueDescriptorProto) Reset() { *m = EnumValueDescriptorProto{} } 1116 func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) } 1117 func (*EnumValueDescriptorProto) ProtoMessage() {} [all …]
|
D | descriptor.proto | 252 message EnumValueDescriptorProto { message
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1070 type EnumValueDescriptorProto struct { struct 1071 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` 1072 …umber *int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"` 1073 …tions *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` 1074 XXX_NoUnkeyedLiteral struct{} `json:"-"` 1075 XXX_unrecognized []byte `json:"-"` 1076 XXX_sizecache int32 `json:"-"` 1079 func (m *EnumValueDescriptorProto) Reset() { *m = EnumValueDescriptorProto{} } 1080 func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) } 1081 func (*EnumValueDescriptorProto) ProtoMessage() {} [all …]
|
D | descriptor.proto | 252 message EnumValueDescriptorProto { message
|
/external/perfetto/protos/perfetto/common/ |
D | descriptor.proto | 179 message EnumValueDescriptorProto { message
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 198 message EnumValueDescriptorProto { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 217 message EnumValueDescriptorProto { message
|
D | descriptor.h | 92 class EnumValueDescriptorProto; variable
|
D | descriptor.cc | 5025 const EnumValueDescriptorProto& /* proto */) { in CrossLinkEnumValue() 5356 const EnumValueDescriptorProto& /* proto */) { in ValidateEnumValueOptions()
|
D | descriptor.pb.cc | 6150 EnumValueDescriptorProto::EnumValueDescriptorProto() in EnumValueDescriptorProto() function in google::protobuf::EnumValueDescriptorProto 6160 EnumValueDescriptorProto::EnumValueDescriptorProto(const EnumValueDescriptorProto& from) in EnumValueDescriptorProto() function in google::protobuf::EnumValueDescriptorProto
|
D | descriptor.pb.h | 46 class EnumValueDescriptorProto; variable
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 221 message EnumValueDescriptorProto { message
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 252 message EnumValueDescriptorProto { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 1954 internal sealed partial class EnumValueDescriptorProto : pb::IMessage<EnumValueDescriptorProto> { class 1966 public EnumValueDescriptorProto() { in EnumValueDescriptorProto() method in Google.Protobuf.Reflection.EnumValueDescriptorProto 1972 public EnumValueDescriptorProto(EnumValueDescriptorProto other) : this() { in EnumValueDescriptorProto() method in Google.Protobuf.Reflection.EnumValueDescriptorProto
|