#include <map.h>
Public Types | |
using | first_type = const Key |
typedef T | second_type |
using | second_type = T |
Public Member Functions | |
MapPair (const Key &other_first) | |
MapPair (const Key &other_first) | |
MapPair (const Key &other_first, const T &other_second) | |
MapPair (const Key &other_first, const T &other_second) | |
MapPair (const MapPair &other) | |
MapPair (const MapPair &other) | |
MapPair (Key &&other_first) | |
template<typename T1 , typename T2 > | |
operator std::pair< T1, T2 > () const | |
template<typename T1 , typename T2 > | |
operator std::pair< T1, T2 > () const | |
~MapPair () | |
~MapPair () | |
Public Attributes | |
const Key | first |
const typedef Key | first_type |
T | second |
Friends | |
class | Arena |
class | Map< Key, T > |
Definition at line 92 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
using google::protobuf::MapPair< Key, T >::first_type = const Key |
Definition at line 338 of file third_party/protobuf/src/google/protobuf/map.h.
typedef T google::protobuf::MapPair< Key, T >::second_type |
Definition at line 95 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
using google::protobuf::MapPair< Key, T >::second_type = T |
Definition at line 339 of file third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 97 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inlineexplicit |
Definition at line 99 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 100 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 102 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 341 of file third_party/protobuf/src/google/protobuf/map.h.
|
inlineexplicit |
Definition at line 343 of file third_party/protobuf/src/google/protobuf/map.h.
|
inlineexplicit |
Definition at line 344 of file third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 346 of file third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 348 of file third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 106 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
|
inline |
Definition at line 352 of file third_party/protobuf/src/google/protobuf/map.h.
|
friend |
Definition at line 114 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
Definition at line 115 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
const Key google::protobuf::MapPair< Key, T >::first |
Definition at line 110 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
const typedef Key google::protobuf::MapPair< Key, T >::first_type |
Definition at line 94 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.
T google::protobuf::MapPair< Key, T >::second |
Definition at line 111 of file third_party/bloaty/third_party/protobuf/src/google/protobuf/map.h.