class StringTypeTraits

Defined at line 1287 of file ../../third_party/protobuf/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/google/protobuf/extension_set.h

const std::string & Get (int number, const ExtensionSet & set, ConstType default_value)

Defined at line 1296 of file ../../third_party/protobuf/src/google/protobuf/extension_set.h

const std::string * GetPtr (int number, const ExtensionSet & set, ConstType default_value)

Defined at line 1300 of file ../../third_party/protobuf/src/google/protobuf/extension_set.h

void Set (int number, FieldType field_type, const std::string & value, ExtensionSet * set)

Defined at line 1304 of file ../../third_party/protobuf/src/google/protobuf/extension_set.h

std::string * Mutable (int number, FieldType field_type, ExtensionSet * set)

Defined at line 1308 of file ../../third_party/protobuf/src/google/protobuf/extension_set.h