Home
last modified time | relevance | path

Searched refs:get_associated_allocator (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/libs/asio/test/archetypes/
Dasync_ops.hpp44 = 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/
Ddispatch.hpp51 (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 ()()
Ddefer.hpp53 (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 ()()
Dpost.hpp53 (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/
Ddispatch.hpp51 (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 ()()
Dpost.hpp53 (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 ()()
Ddefer.hpp53 (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/
Dallocation.qbk23 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/
Dassociated_allocator.hpp98 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/
Dassociated_allocator.hpp98 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/
Dwork_dispatcher.hpp84 execution::allocator((get_associated_allocator)(handler_))), in operator ()()
131 (get_associated_allocator)(handler_)); in operator ()()
Dhandler_work.hpp101 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()
Dhandler_alloc_helpers.hpp212 handler, ::boost::asio::get_associated_allocator(handler))); \
231 *h, ::boost::asio::get_associated_allocator(*h))); \
/third_party/boost/boost/asio/detail/
Dwork_dispatcher.hpp84 execution::allocator((get_associated_allocator)(handler_))), in operator ()()
131 (get_associated_allocator)(handler_)); in operator ()()
Dhandler_work.hpp101 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()
Dhandler_alloc_helpers.hpp212 handler, ::boost::asio::get_associated_allocator(handler))); \
231 *h, ::boost::asio::get_associated_allocator(*h))); \
/third_party/boost/boost/beast/core/impl/
Dhandler_ptr.hpp31 net::get_associated_allocator(handler())); in clear()
73 A alloc{net::get_associated_allocator(h)}; in handler_ptr()
Dsaved_handler.hpp158 net::get_associated_allocator(handler)); in emplace()
/third_party/boost/boost/beast/core/detail/
Dbind_default_executor.hpp57 return net::get_associated_allocator(h_); in get_allocator()
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dbind_default_executor.hpp57 return net::get_associated_allocator(h_); in get_allocator()
/third_party/boost/libs/asio/example/cpp14/operations/
Dcomposed_5.cpp137 return boost::asio::get_associated_allocator( in async_write_message()
/third_party/boost/doc/html/boost_asio/example/cpp14/operations/
Dcomposed_5.cpp137 return boost::asio::get_associated_allocator( in async_write_message()
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dsaved_handler.hpp158 net::get_associated_allocator(handler)); in emplace()
/third_party/boost/doc/html/boost_asio/example/cpp11/operations/
Dcomposed_5.cpp127 return boost::asio::get_associated_allocator( in operator ()()
/third_party/boost/libs/asio/example/cpp11/operations/
Dcomposed_5.cpp127 return boost::asio::get_associated_allocator( in operator ()()

12