class StringTypeTraits
Defined at line 1287 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
Strings support both Set() and Mutable().
Public Members
static const bool kLifetimeBound
Public Methods
ConstType FromInitType (InitType v)
Defined at line 1292 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
const std::string & Get (intnumber,const ExtensionSet &set,ConstTypedefault_value)
Defined at line 1296 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
const std::string * GetPtr (intnumber,const ExtensionSet &set,ConstTypedefault_value)
Defined at line 1300 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
void Set (intnumber,FieldTypefield_type,const std::string &value,ExtensionSet *set)
Defined at line 1304 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
std::string * Mutable (intnumber,FieldTypefield_type,ExtensionSet *set)
Defined at line 1308 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h