Searched refs:FieldDescriptorProto_Label (Results 1 – 4 of 4) sorted by relevance
122 type FieldDescriptorProto_Label int32 type126 FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1127 FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2128 FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3143 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 …]
116 type FieldDescriptorProto_Label int32 type120 FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1121 FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2122 FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3136 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 …]
101 enum FieldDescriptorProto_Label { enum107 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 …]
4217 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()