Searched refs:KeyPtrAllocator (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dmap.h755 typedef typename Allocator::template rebind<Key*>::other KeyPtrAllocator; typedef in class:google::protobuf::Map::InnerMap
756 typedef std::set<Key*, KeyCompare, KeyPtrAllocator> Tree;
1225 Tree(KeyCompare(), KeyPtrAllocator(alloc_)));

Completed in 57 milliseconds