Lines Matching refs:FieldDescriptorProto_Label
122 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) {
799 …Label *FieldDescriptorProto_Label `protobuf:"varint,4,opt,name=label,enum=google.protobuf.FieldDe…
871 func (m *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label {