class StringTypeTraits
Defined at line 1443 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 1448 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
const std::string & Get (Arena *arena,intnumber,const ExtensionSet &set,ConstTypedefault_value)
Defined at line 1452 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 1457 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
void Set (Arena *arena,intnumber,FieldTypefield_type,const std::string &value,ExtensionSet *set)
Defined at line 1462 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
std::string * Mutable (Arena *arena,intnumber,FieldTypefield_type,ExtensionSet *set)
Defined at line 1466 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h