#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 | |
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator* () |
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator* () |
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator++ () |
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator++ () |
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator++ (int) |
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator++ (int) |
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator= (T const *const ptr_to_value) |
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T > & | operator= (T const *const ptr_to_value) |
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator (RepeatedPtrField< T > *const mutable_field) | |
UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator (RepeatedPtrField< T > *const mutable_field) | |
Private Attributes | |
RepeatedPtrField< T > * | field_ |
Definition at line 2574 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
using google::protobuf.internal::UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T >::difference_type = std::ptrdiff_t |
Definition at line 1932 of file repeated_ptr_field.h.
using google::protobuf.internal::UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T >::iterator_category = std::output_iterator_tag |
Definition at line 1928 of file repeated_ptr_field.h.
using google::protobuf.internal::UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T >::pointer = void |
Definition at line 1930 of file repeated_ptr_field.h.
using google::protobuf.internal::UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T >::reference = void |
Definition at line 1931 of file repeated_ptr_field.h.
using google::protobuf.internal::UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator< T >::value_type = T |
Definition at line 1929 of file repeated_ptr_field.h.
|
inlineexplicit |
Definition at line 2577 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
|
inlineexplicit |
Definition at line 1934 of file repeated_ptr_field.h.
|
inline |
Definition at line 1942 of file repeated_ptr_field.h.
|
inline |
Definition at line 2585 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
|
inline |
Definition at line 1945 of file repeated_ptr_field.h.
|
inline |
Definition at line 2588 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
|
inline |
Definition at line 1948 of file repeated_ptr_field.h.
|
inline |
Definition at line 2591 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
|
inline |
Definition at line 1937 of file repeated_ptr_field.h.
|
inline |
Definition at line 2580 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.
|
private |
Definition at line 2597 of file bloaty/third_party/protobuf/src/google/protobuf/repeated_field.h.