#include <reflection_internal.h>
Public Member Functions | |
void | Add (Field *data, const Value *value) const override |
void | Clear (Field *data) const override |
const Value * | Get (const Field *data, int index, Value *scratch_space) const override |
bool | IsEmpty (const Field *data) const override |
void | RemoveLast (Field *data) const override |
void | Set (Field *data, int index, const Value *value) const override |
int | Size (const Field *data) const override |
void | SwapElements (Field *data, int index1, int index2) const override |
![]() | |
Iterator * | AdvanceIterator (const Field *data, Iterator *iterator) const override |
Iterator * | BeginIterator (const Field *data) const override |
Iterator * | CopyIterator (const Field *data, const Iterator *iterator) const override |
void | DeleteIterator (const Field *data, Iterator *iterator) const override |
Iterator * | EndIterator (const Field *data) const override |
bool | EqualsIterator (const Field *data, const Iterator *a, const Iterator *b) const override |
const Value * | GetIteratorValue (const Field *data, const Iterator *iterator, Value *scratch_space) const override |
![]() | |
template<typename T , typename ValueType > | |
void | Add (Field *data, const ValueType &value) const |
template<typename T > | |
T | Get (const Field *data, int index) const |
template<typename T , typename ValueType > | |
void | Set (Field *data, int index, const ValueType &value) const |
virtual void | Swap (Field *data, const RepeatedFieldAccessor *other_mutator, Field *other_data) const =0 |
Protected Types | |
typedef RepeatedPtrField< T > | RepeatedFieldType |
Protected Member Functions | |
virtual const Value * | ConvertFromT (const T &value, Value *scratch_space) const =0 |
virtual void | ConvertToT (const Value *value, T *result) const =0 |
virtual T * | New (const Value *value) const =0 |
~RepeatedPtrFieldWrapper ()=default | |
![]() | |
~RandomAccessRepeatedFieldAccessor ()=default | |
![]() | |
~RepeatedFieldAccessor ()=default | |
Static Protected Member Functions | |
static const RepeatedFieldType * | GetRepeatedField (const Field *data) |
static RepeatedFieldType * | MutableRepeatedField (Field *data) |
Additional Inherited Members | |
![]() | |
typedef void | Field |
typedef void | Iterator |
typedef void | Value |
Definition at line 141 of file reflection_internal.h.
|
protected |
Definition at line 173 of file reflection_internal.h.
|
protecteddefault |
|
inlineoverridevirtual |
Implements google::protobuf.internal::RepeatedFieldAccessor.
Definition at line 159 of file reflection_internal.h.
|
inlineoverridevirtual |
Implements google::protobuf.internal::RepeatedFieldAccessor.
Definition at line 153 of file reflection_internal.h.
|
protectedpure virtual |
|
protectedpure virtual |
|
inlineoverridevirtual |
Implements google::protobuf.internal::RepeatedFieldAccessor.
Definition at line 149 of file reflection_internal.h.
|
inlinestaticprotected |
Definition at line 174 of file reflection_internal.h.
|
inlineoverridevirtual |
Implements google::protobuf.internal::RepeatedFieldAccessor.
Definition at line 143 of file reflection_internal.h.
|
inlinestaticprotected |
Definition at line 177 of file reflection_internal.h.
|
protectedpure virtual |
|
inlineoverridevirtual |
Implements google::protobuf.internal::RepeatedFieldAccessor.
Definition at line 164 of file reflection_internal.h.
|
inlineoverridevirtual |
Implements google::protobuf.internal::RepeatedFieldAccessor.
Definition at line 156 of file reflection_internal.h.
|
inlineoverridevirtual |
Implements google::protobuf.internal::RepeatedFieldAccessor.
Definition at line 146 of file reflection_internal.h.
|
inlineoverridevirtual |
Implements google::protobuf.internal::RepeatedFieldAccessor.
Definition at line 167 of file reflection_internal.h.