Searched refs:tAllocator (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | Common.h | 78 typedef pool_allocator<std::pair<const K, D> > tAllocator; typedef 80 TMap() : std::map<K, D, CMP, tAllocator>() {} in TMap() 82 …TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_c… in TMap()
|