Searched defs:alloc_t (Results 1 – 4 of 4) sorted by relevance
23 typedef propagation_test_allocator<char, 0> alloc_t; in test_default_constructor() typedef30 typedef propagation_test_allocator<char, 0> alloc_t; in test_copy_constructor() typedef40 typedef propagation_test_allocator<char, 0> alloc_t; in test_move_constructor() typedef50 typedef propagation_test_allocator<char, 0> alloc_t; in test_lvalue_alloc_constructor() typedef59 typedef propagation_test_allocator<char, 0> alloc_t; in test_rvalue_alloc_constructor() typedef68 typedef propagation_test_allocator<char, 0> alloc_t; in test_copy_assign() typedef80 typedef propagation_test_allocator<char, 0> alloc_t; in test_move_assign() typedef
59 typedef Allocator alloc_t; typedef in boost::sort::common::stack_cnc
90 using alloc_t = fields_alloc<char>; typedef in http_worker
450 using alloc_t = typename S::allocator_type; in main() typedef