template <typename Type>

class EnumTypeTraits

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

ExtensionSet represents enums using integers internally, so we have to

static_cast around.

Public Members

static const bool kLifetimeBound

Public Methods

const ConstType & FromInitType (const InitType & v)

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

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

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

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

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

void Set (Arena * arena, int number, FieldType field_type, ConstType value, ExtensionSet * set)

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