template <typename T>
class UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator
Defined at line 1961 of file ../../third_party/protobuf/src/google/protobuf/repeated_ptr_field.h
Almost identical to AllocatedRepeatedPtrFieldBackInsertIterator. This one
uses the UnsafeArenaAddAllocated instead.
Public Methods
void UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator<T> (RepeatedPtrField<T> *const mutable_field)
Defined at line 1969 of file ../../third_party/protobuf/src/google/protobuf/repeated_ptr_field.h
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator<T> & operator= (const T *const ptr_to_value)
Defined at line 1972 of file ../../third_party/protobuf/src/google/protobuf/repeated_ptr_field.h
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator<T> & operator* ()
Defined at line 1977 of file ../../third_party/protobuf/src/google/protobuf/repeated_ptr_field.h
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator<T> & operator++ ()
Defined at line 1980 of file ../../third_party/protobuf/src/google/protobuf/repeated_ptr_field.h
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator<T> & operator++ (int )
Defined at line 1983 of file ../../third_party/protobuf/src/google/protobuf/repeated_ptr_field.h