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 (intnumber,const ExtensionSet &set,ConstTypedefault_value)
Defined at line 1552 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
const ConstType * GetPtr (intnumber,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,intnumber,FieldTypefield_type,ConstTypevalue,ExtensionSet *set)
Defined at line 1560 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h