HomeSort by relevance Sort by last modified time
    Searched defs:FieldDescriptorProto_Label (Results 1 - 3 of 3) sorted by null

  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 122 type FieldDescriptorProto_Label int32
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 {
154 value, err := proto.UnmarshalJSONEnum(FieldDescriptorProto_Label_value, data, "FieldDescriptorProto_Label")
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 116 type FieldDescriptorProto_Label int32
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 {
145 value, err := proto.UnmarshalJSONEnum(FieldDescriptorProto_Label_value, data, "FieldDescriptorProto_Label")
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 101 enum FieldDescriptorProto_Label {
107 const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MIN = FieldDescriptorProto_Label_LABEL_OPTIONAL;
108 const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MAX = FieldDescriptorProto_Label_LABEL_REPEATED;
112 inline const ::std::string& FieldDescriptorProto_Label_Name(FieldDescriptorProto_Label value) {
117 const ::std::string& name, FieldDescriptorProto_Label* value) {
118 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Label>(
    [all...]

Completed in 48 milliseconds