Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DCommon.h70 typedef pool_allocator<std::pair<const K, D> > tAllocator; typedef
72 TMap() : std::map<K, D, CMP, tAllocator>() {} in TMap()
74 …TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_c… in TMap()