template <typename Type, bool IsValid(int)>
class EnumTypeTraits
Defined at line 1377 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 1382 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
ConstType Get (intnumber,const ExtensionSet &set,ConstTypedefault_value)
Defined at line 1386 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 1390 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
void Set (intnumber,FieldTypefield_type,ConstTypevalue,ExtensionSet *set)
Defined at line 1395 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h