Searched refs:FieldDescriptorProto_Label (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h90 enum FieldDescriptorProto_Label { enum in namespace:google::protobuf
96 const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MIN = FieldDescriptorProto_Label_LABEL_OPTIONAL;
97 const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MAX = FieldDescriptorProto_Label_LABEL_REPEATED;
101 inline const ::std::string& FieldDescriptorProto_Label_Name(FieldDescriptorProto_Label value) {
106 const ::std::string& name, FieldDescriptorProto_Label* value) {
107 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Label>(
785 typedef FieldDescriptorProto_Label Label;
833 inline ::google::protobuf::FieldDescriptorProto_Label label() const;
834 inline void set_label(::google::protobuf::FieldDescriptorProto_Label value);
3037 inline ::google::protobuf::FieldDescriptorProto_Label FieldDescriptorProt
[all...]
H A Ddescriptor.pb.cc2207 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL;
2208 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REQUIRED;
2209 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REPEATED;
2210 const FieldDescriptorProto_Label FieldDescriptorProto::Label_MIN;
2211 const FieldDescriptorProto_Label FieldDescriptorProto::Label_MAX;
2397 set_label(static_cast< ::google::protobuf::FieldDescriptorProto_Label >(value));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h94 enum FieldDescriptorProto_Label { enum in namespace:google::protobuf
100 const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MIN = FieldDescriptorProto_Label_LABEL_OPTIONAL;
101 const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MAX = FieldDescriptorProto_Label_LABEL_REPEATED;
105 inline const ::std::string& FieldDescriptorProto_Label_Name(FieldDescriptorProto_Label value) {
110 const ::std::string& name, FieldDescriptorProto_Label* value) {
111 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Label>(
812 typedef FieldDescriptorProto_Label Label;
862 inline ::google::protobuf::FieldDescriptorProto_Label label() const;
863 inline void set_label(::google::protobuf::FieldDescriptorProto_Label value);
3612 inline ::google::protobuf::FieldDescriptorProto_Label FieldDescriptorProt
[all...]
H A Ddescriptor.pb.cc2434 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL;
2435 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REQUIRED;
2436 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REPEATED;
2437 const FieldDescriptorProto_Label FieldDescriptorProto::Label_MIN;
2438 const FieldDescriptorProto_Label FieldDescriptorProto::Label_MAX;
2621 set_label(static_cast< ::google::protobuf::FieldDescriptorProto_Label >(value));

Completed in 143 milliseconds