template <typename Type>
class RepeatedPrimitiveTypeTraits
Defined at line 1164 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
Public Members
static const bool kLifetimeBound
Public Methods
const ConstType & FromInitType (const InitType & v)
Defined at line 1169 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
Type Get (intnumber,const ExtensionSet &set,intindex)
const Type * GetPtr (intnumber,const ExtensionSet &set,intindex)
const RepeatedField<ConstType> * GetRepeatedPtr (int number, const ExtensionSet & set)
void Set (intnumber,intindex,Typevalue,ExtensionSet *set)
void Add (intnumber,FieldTypefield_type,boolis_packed,Typevalue,ExtensionSet *set)
const RepeatedField<ConstType> & GetRepeated (int number, const ExtensionSet & set)
RepeatedField<Type> * MutableRepeated (intnumber,FieldTypefield_type,boolis_packed,ExtensionSet *set)
const RepeatedFieldType * GetDefaultRepeatedField ()