/third_party/boost/libs/asio/test/archetypes/ |
D | async_ops.hpp | 44 = boost::asio::get_associated_allocator(completion.completion_handler); in BOOST_ASIO_INITFN_RESULT_TYPE() 65 = boost::asio::get_associated_allocator(completion.completion_handler); in BOOST_ASIO_INITFN_RESULT_TYPE() 99 = boost::asio::get_associated_allocator(completion.completion_handler); in BOOST_ASIO_INITFN_RESULT_TYPE() 133 = boost::asio::get_associated_allocator(completion.completion_handler); in BOOST_ASIO_INITFN_RESULT_TYPE() 159 = boost::asio::get_associated_allocator(completion.completion_handler); in BOOST_ASIO_INITFN_RESULT_TYPE() 195 = boost::asio::get_associated_allocator(completion.completion_handler); in BOOST_ASIO_INITFN_RESULT_TYPE() 229 = boost::asio::get_associated_allocator(completion.completion_handler); in BOOST_ASIO_INITFN_RESULT_TYPE() 255 = boost::asio::get_associated_allocator(completion.completion_handler); in BOOST_ASIO_INITFN_RESULT_TYPE() 292 = boost::asio::get_associated_allocator(completion.completion_handler); in BOOST_ASIO_INITFN_RESULT_TYPE() 326 = boost::asio::get_associated_allocator(completion.completion_handler); in BOOST_ASIO_INITFN_RESULT_TYPE() [all …]
|
/third_party/boost/boost/asio/impl/ |
D | dispatch.hpp | 51 (get_associated_allocator)(handler)); in operator ()() 76 (get_associated_allocator)(handler)); in operator ()() 115 (get_associated_allocator)(handler)); in operator ()() 145 (get_associated_allocator)(handler)); in operator ()() 172 (get_associated_allocator)(handler)); in operator ()() 198 (get_associated_allocator)(handler)); in operator ()()
|
D | defer.hpp | 53 (get_associated_allocator)(handler)); in operator ()() 79 (get_associated_allocator)(handler)); in operator ()() 118 (get_associated_allocator)(handler)); in operator ()() 149 (get_associated_allocator)(handler)); in operator ()() 177 (get_associated_allocator)(handler)); in operator ()() 203 (get_associated_allocator)(handler)); in operator ()()
|
D | post.hpp | 53 (get_associated_allocator)(handler)); in operator ()() 79 (get_associated_allocator)(handler)); in operator ()() 118 (get_associated_allocator)(handler)); in operator ()() 149 (get_associated_allocator)(handler)); in operator ()() 177 (get_associated_allocator)(handler)); in operator ()() 203 (get_associated_allocator)(handler)); in operator ()()
|
/third_party/boost/libs/asio/include/boost/asio/impl/ |
D | dispatch.hpp | 51 (get_associated_allocator)(handler)); in operator ()() 76 (get_associated_allocator)(handler)); in operator ()() 115 (get_associated_allocator)(handler)); in operator ()() 145 (get_associated_allocator)(handler)); in operator ()() 172 (get_associated_allocator)(handler)); in operator ()() 198 (get_associated_allocator)(handler)); in operator ()()
|
D | post.hpp | 53 (get_associated_allocator)(handler)); in operator ()() 79 (get_associated_allocator)(handler)); in operator ()() 118 (get_associated_allocator)(handler)); in operator ()() 149 (get_associated_allocator)(handler)); in operator ()() 177 (get_associated_allocator)(handler)); in operator ()() 203 (get_associated_allocator)(handler)); in operator ()()
|
D | defer.hpp | 53 (get_associated_allocator)(handler)); in operator ()() 79 (get_associated_allocator)(handler)); in operator ()() 118 (get_associated_allocator)(handler)); in operator ()() 149 (get_associated_allocator)(handler)); in operator ()() 177 (get_associated_allocator)(handler)); in operator ()() 203 (get_associated_allocator)(handler)); in operator ()()
|
/third_party/boost/libs/asio/doc/overview/ |
D | allocation.qbk | 23 allocator using the `get_associated_allocator` function. For example: 25 boost::asio::associated_allocator_t<Handler> a = boost::asio::get_associated_allocator(h); 85 [link boost_asio.reference.get_associated_allocator get_associated_allocator],
|
/third_party/boost/boost/asio/ |
D | associated_allocator.hpp | 98 get_associated_allocator(const T& t) BOOST_ASIO_NOEXCEPT in get_associated_allocator() function 109 get_associated_allocator(const T& t, const Allocator& a) BOOST_ASIO_NOEXCEPT in get_associated_allocator() function
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | associated_allocator.hpp | 98 get_associated_allocator(const T& t) BOOST_ASIO_NOEXCEPT in get_associated_allocator() function 109 get_associated_allocator(const T& t, const Allocator& a) BOOST_ASIO_NOEXCEPT in get_associated_allocator() function
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | work_dispatcher.hpp | 84 execution::allocator((get_associated_allocator)(handler_))), in operator ()() 131 (get_associated_allocator)(handler_)); in operator ()()
|
D | handler_work.hpp | 101 execution::allocator((get_associated_allocator)(handler))), in dispatch() 183 boost::asio::get_associated_allocator(handler)); in dispatch() 282 boost::asio::get_associated_allocator(handler)); in dispatch()
|
D | handler_alloc_helpers.hpp | 212 handler, ::boost::asio::get_associated_allocator(handler))); \ 231 *h, ::boost::asio::get_associated_allocator(*h))); \
|
/third_party/boost/boost/asio/detail/ |
D | work_dispatcher.hpp | 84 execution::allocator((get_associated_allocator)(handler_))), in operator ()() 131 (get_associated_allocator)(handler_)); in operator ()()
|
D | handler_work.hpp | 101 execution::allocator((get_associated_allocator)(handler))), in dispatch() 183 boost::asio::get_associated_allocator(handler)); in dispatch() 282 boost::asio::get_associated_allocator(handler)); in dispatch()
|
D | handler_alloc_helpers.hpp | 212 handler, ::boost::asio::get_associated_allocator(handler))); \ 231 *h, ::boost::asio::get_associated_allocator(*h))); \
|
/third_party/boost/boost/beast/core/impl/ |
D | handler_ptr.hpp | 31 net::get_associated_allocator(handler())); in clear() 73 A alloc{net::get_associated_allocator(h)}; in handler_ptr()
|
D | saved_handler.hpp | 158 net::get_associated_allocator(handler)); in emplace()
|
/third_party/boost/boost/beast/core/detail/ |
D | bind_default_executor.hpp | 57 return net::get_associated_allocator(h_); in get_allocator()
|
/third_party/boost/libs/beast/include/boost/beast/core/detail/ |
D | bind_default_executor.hpp | 57 return net::get_associated_allocator(h_); in get_allocator()
|
/third_party/boost/libs/asio/example/cpp14/operations/ |
D | composed_5.cpp | 137 return boost::asio::get_associated_allocator( in async_write_message()
|
/third_party/boost/doc/html/boost_asio/example/cpp14/operations/ |
D | composed_5.cpp | 137 return boost::asio::get_associated_allocator( in async_write_message()
|
/third_party/boost/libs/beast/include/boost/beast/core/impl/ |
D | saved_handler.hpp | 158 net::get_associated_allocator(handler)); in emplace()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/operations/ |
D | composed_5.cpp | 127 return boost::asio::get_associated_allocator( in operator ()()
|
/third_party/boost/libs/asio/example/cpp11/operations/ |
D | composed_5.cpp | 127 return boost::asio::get_associated_allocator( in operator ()()
|