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

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h130 enum FieldOptions_CType { enum in namespace:google::protobuf
136 const FieldOptions_CType FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING;
137 const FieldOptions_CType FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE;
141 inline const ::std::string& FieldOptions_CType_Name(FieldOptions_CType value) {
146 const ::std::string& name, FieldOptions_CType* value) {
147 return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_CType>(
1730 typedef FieldOptions_CType CType;
1761 inline ::google::protobuf::FieldOptions_CType ctype() const;
1762 inline void set_ctype(::google::protobuf::FieldOptions_CType value);
3875 inline ::google::protobuf::FieldOptions_CType FieldOption
[all...]
H A Ddescriptor.pb.cc5014 const FieldOptions_CType FieldOptions::STRING;
5015 const FieldOptions_CType FieldOptions::CORD;
5016 const FieldOptions_CType FieldOptions::STRING_PIECE;
5017 const FieldOptions_CType FieldOptions::CType_MIN;
5018 const FieldOptions_CType FieldOptions::CType_MAX;
5117 set_ctype(static_cast< ::google::protobuf::FieldOptions_CType >(value));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h134 enum FieldOptions_CType { enum in namespace:google::protobuf
140 const FieldOptions_CType FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING;
141 const FieldOptions_CType FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE;
145 inline const ::std::string& FieldOptions_CType_Name(FieldOptions_CType value) {
150 const ::std::string& name, FieldOptions_CType* value) {
151 return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_CType>(
1809 typedef FieldOptions_CType CType;
1840 inline ::google::protobuf::FieldOptions_CType ctype() const;
1841 inline void set_ctype(::google::protobuf::FieldOptions_CType value);
5037 inline ::google::protobuf::FieldOptions_CType FieldOption
[all...]
H A Ddescriptor.pb.cc5375 const FieldOptions_CType FieldOptions::STRING;
5376 const FieldOptions_CType FieldOptions::CORD;
5377 const FieldOptions_CType FieldOptions::STRING_PIECE;
5378 const FieldOptions_CType FieldOptions::CType_MIN;
5379 const FieldOptions_CType FieldOptions::CType_MAX;
5484 set_ctype(static_cast< ::google::protobuf::FieldOptions_CType >(value));

Completed in 2408 milliseconds