Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h135 enum FieldOptions_CType { enum
141 const FieldOptions_CType FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING;
142 const FieldOptions_CType FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE;
146 inline const ::std::string& FieldOptions_CType_Name(FieldOptions_CType value) { in FieldOptions_CType_Name()
151 const ::std::string& name, FieldOptions_CType* value) { in FieldOptions_CType_Parse()
152 return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_CType>( in FieldOptions_CType_Parse()
1903 typedef FieldOptions_CType CType;
1934 inline ::google::protobuf::FieldOptions_CType ctype() const;
1935 inline void set_ctype(::google::protobuf::FieldOptions_CType value);
5567 inline ::google::protobuf::FieldOptions_CType FieldOptions::ctype() const { in ctype()
[all …]
Ddescriptor.pb.cc6001 const FieldOptions_CType FieldOptions::STRING;
6002 const FieldOptions_CType FieldOptions::CORD;
6003 const FieldOptions_CType FieldOptions::STRING_PIECE;
6004 const FieldOptions_CType FieldOptions::CType_MIN;
6005 const FieldOptions_CType FieldOptions::CType_MAX;
6127 set_ctype(static_cast< ::google::protobuf::FieldOptions_CType >(value)); in MergePartialFromCodedStream()