Home
last modified time | relevance | path

Searched refs: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
24 resource_adaptor<alloc_t> ra; in test_default_constructor()
30 typedef propagation_test_allocator<char, 0> alloc_t; in test_copy_constructor() typedef
31 resource_adaptor<alloc_t> ra; in test_copy_constructor()
33 resource_adaptor<alloc_t> rb(ra); in test_copy_constructor()
40 typedef propagation_test_allocator<char, 0> alloc_t; in test_move_constructor() typedef
41 resource_adaptor<alloc_t> ra; in test_move_constructor()
43 resource_adaptor<alloc_t> rb(::boost::move(ra)); in test_move_constructor()
50 typedef propagation_test_allocator<char, 0> alloc_t; in test_lvalue_alloc_constructor() typedef
51 alloc_t a; in test_lvalue_alloc_constructor()
[all …]
/third_party/boost/libs/beast/example/http/server/fast/
Dhttp_server_fast.cpp90 using alloc_t = fields_alloc<char>; typedef in http_worker
107 alloc_t alloc_{8192};
110 boost::optional<http::request_parser<request_body_t, alloc_t>> parser_;
117 … boost::optional<http::response<http::string_body, http::basic_fields<alloc_t>>> string_response_;
120 …boost::optional<http::response_serializer<http::string_body, http::basic_fields<alloc_t>>> string_…
123 boost::optional<http::response<http::file_body, http::basic_fields<alloc_t>>> file_response_;
126 …boost::optional<http::response_serializer<http::file_body, http::basic_fields<alloc_t>>> file_seri…
185 void process_request(http::request<request_body_t, http::basic_fields<alloc_t>> const& req) in process_request()
/third_party/boost/boost/sort/common/
Dstack_cnc.hpp59 typedef Allocator alloc_t; typedef in boost::sort::common::stack_cnc
/third_party/boost/libs/histogram/test/
Dunlimited_storage_test.cpp450 using alloc_t = typename S::allocator_type; in main() typedef
454 typename S::large_int li{1, alloc_t{db}}; in main()
460 S s(alloc_t{db}); in main()