Home
last modified time | relevance | path

Searched defs:alloc_t (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/container/test/
Dresource_adaptor_test.cpp23 typedef propagation_test_allocator<char, 0> alloc_t; in test_default_constructor() typedef
30 typedef propagation_test_allocator<char, 0> alloc_t; in test_copy_constructor() typedef
40 typedef propagation_test_allocator<char, 0> alloc_t; in test_move_constructor() typedef
50 typedef propagation_test_allocator<char, 0> alloc_t; in test_lvalue_alloc_constructor() typedef
59 typedef propagation_test_allocator<char, 0> alloc_t; in test_rvalue_alloc_constructor() typedef
68 typedef propagation_test_allocator<char, 0> alloc_t; in test_copy_assign() typedef
80 typedef propagation_test_allocator<char, 0> alloc_t; in test_move_assign() typedef
/third_party/boost/boost/sort/common/
Dstack_cnc.hpp59 typedef Allocator alloc_t; typedef in boost::sort::common::stack_cnc
/third_party/boost/libs/beast/example/http/server/fast/
Dhttp_server_fast.cpp90 using alloc_t = fields_alloc<char>; typedef in http_worker
/third_party/boost/libs/histogram/test/
Dunlimited_storage_test.cpp450 using alloc_t = typename S::allocator_type; in main() typedef