Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h102 enum FieldDescriptorProto_Label { enum
108 const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MIN = FieldDescriptorProto_Label_…
109 const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MAX = FieldDescriptorProto_Label_…
113 inline const ::std::string& FieldDescriptorProto_Label_Name(FieldDescriptorProto_Label value) { in FieldDescriptorProto_Label_Name()
118 const ::std::string& name, FieldDescriptorProto_Label* value) { in FieldDescriptorProto_Label_Parse()
119 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Label>( in FieldDescriptorProto_Label_Parse()
1078 typedef FieldDescriptorProto_Label Label;
1131 ::google::protobuf::FieldDescriptorProto_Label label() const;
1132 void set_label(::google::protobuf::FieldDescriptorProto_Label value);
4939 inline ::google::protobuf::FieldDescriptorProto_Label FieldDescriptorProto::label() const { in label()
[all …]
Ddescriptor.pb.cc4260 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL;
4261 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REQUIRED;
4262 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REPEATED;
4263 const FieldDescriptorProto_Label FieldDescriptorProto::Label_MIN;
4264 const FieldDescriptorProto_Label FieldDescriptorProto::Label_MAX;
4456 set_label(static_cast< ::google::protobuf::FieldDescriptorProto_Label >(value)); in MergePartialFromCodedStream()
5069 ::google::protobuf::FieldDescriptorProto_Label FieldDescriptorProto::label() const { in label()
5071 return static_cast< ::google::protobuf::FieldDescriptorProto_Label >(label_); in label()
5073 void FieldDescriptorProto::set_label(::google::protobuf::FieldDescriptorProto_Label value) { in set_label()