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