Home
last modified time | relevance | path

Searched refs:FieldDescriptorProto_Label (Results 1 – 4 of 4) sorted by relevance

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go122 type FieldDescriptorProto_Label int32 type
126 FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1
127 FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2
128 FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3
143 func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label {
144 p := new(FieldDescriptorProto_Label)
149 func (x FieldDescriptorProto_Label) String() string {
153 func (x *FieldDescriptorProto_Label) UnmarshalJSON(data []byte) error {
158 *x = FieldDescriptorProto_Label(value)
162 func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) {
[all …]
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go116 type FieldDescriptorProto_Label int32 type
120 FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1
121 FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2
122 FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3
136 func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label {
137 p := new(FieldDescriptorProto_Label)
141 func (x FieldDescriptorProto_Label) String() string {
144 func (x *FieldDescriptorProto_Label) UnmarshalJSON(data []byte) error {
149 *x = FieldDescriptorProto_Label(value)
152 func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) {
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h101 enum FieldDescriptorProto_Label { enum
107 const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MIN = FieldDescriptorProto_Label_…
108 const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MAX = FieldDescriptorProto_Label_…
112 inline const ::std::string& FieldDescriptorProto_Label_Name(FieldDescriptorProto_Label value) { in FieldDescriptorProto_Label_Name()
117 const ::std::string& name, FieldDescriptorProto_Label* value) { in FieldDescriptorProto_Label_Parse()
118 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Label>( in FieldDescriptorProto_Label_Parse()
1053 typedef FieldDescriptorProto_Label Label;
1106 ::google::protobuf::FieldDescriptorProto_Label label() const;
1107 void set_label(::google::protobuf::FieldDescriptorProto_Label value);
4731 inline ::google::protobuf::FieldDescriptorProto_Label FieldDescriptorProto::label() const { in label()
[all …]
Ddescriptor.pb.cc4217 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL;
4218 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REQUIRED;
4219 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REPEATED;
4220 const FieldDescriptorProto_Label FieldDescriptorProto::Label_MIN;
4221 const FieldDescriptorProto_Label FieldDescriptorProto::Label_MAX;
4413 set_label(static_cast< ::google::protobuf::FieldDescriptorProto_Label >(value)); in MergePartialFromCodedStream()
5022 ::google::protobuf::FieldDescriptorProto_Label FieldDescriptorProto::label() const { in label()
5024 return static_cast< ::google::protobuf::FieldDescriptorProto_Label >(label_); in label()
5026 void FieldDescriptorProto::set_label(::google::protobuf::FieldDescriptorProto_Label value) { in set_label()