#include <map.h>
Public Types | |
typedef ptrdiff_t | difference_type |
using | difference_type = ptrdiff_t |
typedef std::forward_iterator_tag | iterator_category |
using | iterator_category = std::forward_iterator_tag |
using | pointer = const value_type * |
using | reference = const value_type & |
typedef Map::value_type | value_type |
using | value_type = typename Map::value_type |
Public Member Functions | |
const_iterator () | |
const_iterator () | |
const_iterator (const InnerIt &it) | |
const_iterator (const InnerIt &it) | |
const_reference | operator* () const |
const_reference | operator* () const |
const_iterator & | operator++ () |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator | operator++ (int) |
const_pointer | operator-> () const |
const_pointer | operator-> () const |
Public Attributes | |
const typedef value_type * | pointer |
const typedef value_type & | reference |
Private Types | |
typedef InnerMap::const_iterator | InnerIt |
using | InnerIt = typename InnerMap::const_iterator |
Private Attributes | |
InnerIt | it_ |
Friends | |
bool | operator!= (const const_iterator &a, const const_iterator &b) |
bool | operator!= (const const_iterator &a, const const_iterator &b) |
bool | operator== (const const_iterator &a, const const_iterator &b) |
bool | operator== (const const_iterator &a, const const_iterator &b) |
Definition at line 960 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
typedef ptrdiff_t google::protobuf::Map< Key, T >::const_iterator::difference_type |
Definition at line 966 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
using google::protobuf::Map< Key, T >::const_iterator::difference_type = ptrdiff_t |
Definition at line 1133 of file third_party/protobuf/src/google/protobuf/map.h.
|
private |
Definition at line 961 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
private |
Definition at line 1128 of file third_party/protobuf/src/google/protobuf/map.h.
typedef std::forward_iterator_tag google::protobuf::Map< Key, T >::const_iterator::iterator_category |
Definition at line 964 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
using google::protobuf::Map< Key, T >::const_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 1131 of file third_party/protobuf/src/google/protobuf/map.h.
using google::protobuf::Map< Key, T >::const_iterator::pointer = const value_type* |
Definition at line 1134 of file third_party/protobuf/src/google/protobuf/map.h.
using google::protobuf::Map< Key, T >::const_iterator::reference = const value_type& |
Definition at line 1135 of file third_party/protobuf/src/google/protobuf/map.h.
typedef Map::value_type google::protobuf::Map< Key, T >::const_iterator::value_type |
Definition at line 965 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
using google::protobuf::Map< Key, T >::const_iterator::value_type = typename Map::value_type |
Definition at line 1132 of file third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 970 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inlineexplicit |
Definition at line 971 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 1137 of file third_party/protobuf/src/google/protobuf/map.h.
|
inlineexplicit |
Definition at line 1138 of file third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 973 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 1140 of file third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 976 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 1143 of file third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 980 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 1147 of file third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 974 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 1141 of file third_party/protobuf/src/google/protobuf/map.h.
|
friend |
Definition at line 985 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
friend |
Definition at line 1152 of file third_party/protobuf/src/google/protobuf/map.h.
|
friend |
Definition at line 982 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
friend |
Definition at line 1149 of file third_party/protobuf/src/google/protobuf/map.h.
|
private |
Definition at line 990 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
const typedef value_type* google::protobuf::Map< Key, T >::const_iterator::pointer |
Definition at line 967 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
const typedef value_type& google::protobuf::Map< Key, T >::const_iterator::reference |
Definition at line 968 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.