Searched defs:AllocT (Results 1 – 7 of 7) sorted by relevance
30 typedef CountingAllocator<char> AllocT; // Not default constructible in main() typedef35 typedef std::allocator<char> AllocT; // Is default constructible in main() typedef
27 typedef CountingAllocator<char> AllocT; in main() typedef
66 using AllocT = Vect::allocator_type; in main() typedef
33 using AllocT = typename C::allocator_type; in test() typedef
66 using AllocT = Vect::allocator_type; in tests() typedef