Home
last modified time | relevance | path

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

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