#include <repeated_field.h>
Public Types | |
using | difference_type = std::ptrdiff_t |
using | iterator_category = std::output_iterator_tag |
using | pointer = void |
using | reference = void |
using | value_type = T |
Public Member Functions | |
AllocatedRepeatedPtrFieldBackInsertIterator (RepeatedPtrField< T > *const mutable_field) | |
AllocatedRepeatedPtrFieldBackInsertIterator (RepeatedPtrField< T > *const mutable_field) | |
AllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator* () |
AllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator* () |
AllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator++ () |
AllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator++ () |
AllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator++ (int) |
AllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator++ (int) |
AllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator= (T *const ptr_to_value) |
AllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator= (T *const ptr_to_value) |
Private Attributes | |
RepeatedPtrField< T > * | field_ |
Definition at line 2550 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
using google::protobuf.internal::AllocatedRepeatedPtrFieldBackInsertIterator< T >::difference_type = std::ptrdiff_t |
Definition at line 1903 of file repeated_ptr_field.h.
using google::protobuf.internal::AllocatedRepeatedPtrFieldBackInsertIterator< T >::iterator_category = std::output_iterator_tag |
Definition at line 1899 of file repeated_ptr_field.h.
using google::protobuf.internal::AllocatedRepeatedPtrFieldBackInsertIterator< T >::pointer = void |
Definition at line 1901 of file repeated_ptr_field.h.
using google::protobuf.internal::AllocatedRepeatedPtrFieldBackInsertIterator< T >::reference = void |
Definition at line 1902 of file repeated_ptr_field.h.
using google::protobuf.internal::AllocatedRepeatedPtrFieldBackInsertIterator< T >::value_type = T |
Definition at line 1900 of file repeated_ptr_field.h.
|
inlineexplicit |
Definition at line 2553 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
|
inlineexplicit |
Definition at line 1905 of file repeated_ptr_field.h.
|
inline |
Definition at line 1913 of file repeated_ptr_field.h.
|
inline |
Definition at line 2561 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
|
inline |
Definition at line 1914 of file repeated_ptr_field.h.
|
inline |
Definition at line 2562 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
|
inline |
Definition at line 1915 of file repeated_ptr_field.h.
|
inline |
Definition at line 2563 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
|
inline |
Definition at line 1908 of file repeated_ptr_field.h.
|
inline |
Definition at line 2556 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
|
private |
Definition at line 2568 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.