Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h758 typedef typename Allocator::template rebind<Key*>::other KeyPtrAllocator; typedef
759 typedef std::set<Key*, KeyCompare, KeyPtrAllocator> Tree;
1228 Tree(KeyCompare(), KeyPtrAllocator(alloc_))); in TreeConvert()