Searched refs:KeyPtrAllocator (Results 1 – 1 of 1) sorted by relevance
755 typedef typename Allocator::template rebind<Key*>::other KeyPtrAllocator; typedef756 typedef std::set<Key*, KeyCompare, KeyPtrAllocator> Tree;1225 Tree(KeyCompare(), KeyPtrAllocator(alloc_))); in TreeConvert()