#include <extension_set.h>
|
| static const string & | Get (int number, const ExtensionSet &set, int index) |
| |
| static void | Set (int number, int index, const string &value, ExtensionSet *set) |
| |
| static string * | Mutable (int number, int index, ExtensionSet *set) |
| |
| static void | Add (int number, FieldType field_type, bool, const string &value, ExtensionSet *set) |
| |
| static string * | Add (int number, FieldType field_type, ExtensionSet *set) |
| |
static const RepeatedPtrField
< string > & | GetRepeated (int number, const ExtensionSet &set) |
| |
| static RepeatedPtrField< string > * | MutableRepeated (int number, FieldType field_type, bool is_packed, ExtensionSet *set) |
| |
| static const RepeatedFieldType * | GetDefaultRepeatedField () |
| |
| static void google::protobuf::internal::RepeatedStringTypeTraits::Add |
( |
int |
number, |
|
|
FieldType |
field_type, |
|
|
bool |
, |
|
|
const string & |
value, |
|
|
ExtensionSet * |
set |
|
) |
| |
|
inlinestatic |
823 set->AddString(number, field_type,
value,
NULL);
arena_t NULL
Definition: jemalloc_internal.h:624
const FieldDescriptor value
Definition: descriptor.h:1522
| static string* google::protobuf::internal::RepeatedStringTypeTraits::Add |
( |
int |
number, |
|
|
FieldType |
field_type, |
|
|
ExtensionSet * |
set |
|
) |
| |
|
inlinestatic |
827 return set->AddString(number, field_type,
NULL);
arena_t NULL
Definition: jemalloc_internal.h:624
| static const string& google::protobuf::internal::RepeatedStringTypeTraits::Get |
( |
int |
number, |
|
|
const ExtensionSet & |
set, |
|
|
int |
index |
|
) |
| |
|
inlinestatic |
811 return set.GetRepeatedString(number, index);
| static const RepeatedFieldType* google::protobuf::internal::RepeatedStringTypeTraits::GetDefaultRepeatedField |
( |
| ) |
|
|
inlinestatic |
static const RepeatedFieldType * default_repeated_field_
Definition: extension_set.h:850
831 return *
reinterpret_cast<const RepeatedPtrField<string>*
>(
static const RepeatedFieldType * GetDefaultRepeatedField()
Definition: extension_set.h:843
| static string* google::protobuf::internal::RepeatedStringTypeTraits::Mutable |
( |
int |
number, |
|
|
int |
index, |
|
|
ExtensionSet * |
set |
|
) |
| |
|
inlinestatic |
818 return set->MutableRepeatedString(number, index);
838 return reinterpret_cast<RepeatedPtrField<string>*
>(
839 set->MutableRawRepeatedField(number, field_type,
arena_t NULL
Definition: jemalloc_internal.h:624
| static void google::protobuf::internal::RepeatedStringTypeTraits::Set |
( |
int |
number, |
|
|
int |
index, |
|
|
const string & |
value, |
|
|
ExtensionSet * |
set |
|
) |
| |
|
inlinestatic |
815 set->SetRepeatedString(number, index,
value);
const FieldDescriptor value
Definition: descriptor.h:1522
| void DestroyDefaultRepeatedFields |
( |
| ) |
|
|
friend |
| void InitializeDefaultRepeatedFields |
( |
| ) |
|
|
friend |
The documentation for this class was generated from the following file: