Home
last modified time | relevance | path

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

/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()