Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap.h471 class MapPair {
476 MapPair(const Key& other_first, const T& other_second) in MapPair() function
478 explicit MapPair(const Key& other_first) : first(other_first), second() {} in MapPair() function
479 MapPair(const MapPair& other) in MapPair() function
482 ~MapPair() {} in ~MapPair()
513 typedef MapPair<Key, T> value_type;
566 MapAllocator<std::pair<const Key, MapPair<Key, T>*> >(arena_)); in Init()
1349 MapAllocator<std::pair<const Key, MapPair<Key, T>*> > >