Home
last modified time | relevance | path

Searched defs:MapPair (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap.h97 MapPair(const Key& other_first, const T& other_second) in MapPair() function
99 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function
100 MapPair(const MapPair& other) : first(other.first), second(other.second) {} in MapPair() function