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, int number, const ExtensionSet & set, ConstType default_value)

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

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

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

void Set (Arena * arena, int number, FieldType field_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, int number, FieldType field_type, ExtensionSet * set)

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