Home
last modified time | relevance | path

Searched defs:associated_allocator (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/boost/asio/
Dassociated_allocator.hpp73 struct associated_allocator struct
78 typedef see_below type;
85 static type get(const T& t, in get()
/third_party/boost/libs/asio/include/boost/asio/
Dassociated_allocator.hpp73 struct associated_allocator struct
78 typedef see_below type;
85 static type get(const T& t, in get()
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dbind_handler.hpp355 struct associated_allocator< struct
358 using type = typename
363 get(beast::detail::bind_wrapper<Handler, Args...> const& op, in get()
372 struct associated_allocator< struct
375 using type = typename
380 get(beast::detail::bind_front_wrapper<Handler, Args...> const& op, in get()
/third_party/boost/boost/beast/core/detail/
Dbind_handler.hpp355 struct associated_allocator< struct
358 using type = typename
363 get(beast::detail::bind_wrapper<Handler, Args...> const& op, in get()
372 struct associated_allocator< struct
375 using type = typename
380 get(beast::detail::bind_front_wrapper<Handler, Args...> const& op, in get()
/third_party/boost/boost/asio/impl/
Dbuffered_write_stream.hpp187 struct associated_allocator< struct
190 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
192 static type get(const detail::buffered_flush_handler<WriteHandler>& h, in get()
440 struct associated_allocator< struct
444 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
446 static type get( in get()
Dbuffered_read_stream.hpp207 struct associated_allocator< struct
210 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
212 static type get(const detail::buffered_fill_handler<ReadHandler>& h, in get()
454 struct associated_allocator< struct
458 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
460 static type get( in get()
Dredirect_error.hpp374 struct associated_allocator<detail::redirect_error_handler<Handler>, Allocator> struct
376 typedef typename associated_allocator<Handler, Allocator>::type type;
378 static type get( in get()
Dread_until.hpp1044 struct associated_allocator< struct
1049 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1051 static type get( in get()
1353 struct associated_allocator< struct
1358 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1360 static type get( in get()
1669 struct associated_allocator< struct
1674 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1676 static type get( in get()
1983 struct associated_allocator< struct
[all …]
Dwrite_at.hpp375 struct associated_allocator< struct
380 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
382 static type get( in get()
593 struct associated_allocator< struct
597 typedef typename associated_allocator<WriteHandler, Allocator1>::type type;
599 static type get( in get()
Dwrite.hpp494 struct associated_allocator< struct
499 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
501 static type get( in get()
747 struct associated_allocator< struct
752 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
754 static type get( in get()
1040 struct associated_allocator< struct
1045 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
1047 static type get( in get()
Dread.hpp529 struct associated_allocator< struct
534 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
536 static type get( in get()
811 struct associated_allocator< struct
816 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
818 static type get( in get()
1138 struct associated_allocator< struct
1143 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1145 static type get( in get()
/third_party/boost/libs/asio/include/boost/asio/impl/
Dbuffered_read_stream.hpp207 struct associated_allocator< struct
210 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
212 static type get(const detail::buffered_fill_handler<ReadHandler>& h, in get()
454 struct associated_allocator< struct
458 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
460 static type get( in get()
Dbuffered_write_stream.hpp187 struct associated_allocator< struct
190 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
192 static type get(const detail::buffered_flush_handler<WriteHandler>& h, in get()
440 struct associated_allocator< struct
444 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
446 static type get( in get()
Dredirect_error.hpp374 struct associated_allocator<detail::redirect_error_handler<Handler>, Allocator> struct
376 typedef typename associated_allocator<Handler, Allocator>::type type;
378 static type get( in get()
Dread_until.hpp1044 struct associated_allocator< struct
1049 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1051 static type get( in get()
1353 struct associated_allocator< struct
1358 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1360 static type get( in get()
1669 struct associated_allocator< struct
1674 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1676 static type get( in get()
1983 struct associated_allocator< struct
[all …]
Dwrite_at.hpp375 struct associated_allocator< struct
380 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
382 static type get( in get()
593 struct associated_allocator< struct
597 typedef typename associated_allocator<WriteHandler, Allocator1>::type type;
599 static type get( in get()
Dwrite.hpp494 struct associated_allocator< struct
499 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
501 static type get( in get()
747 struct associated_allocator< struct
752 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
754 static type get( in get()
1040 struct associated_allocator< struct
1045 typedef typename associated_allocator<WriteHandler, Allocator>::type type;
1047 static type get( in get()
Dread.hpp529 struct associated_allocator< struct
534 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
536 static type get( in get()
811 struct associated_allocator< struct
816 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
818 static type get( in get()
1138 struct associated_allocator< struct
1143 typedef typename associated_allocator<ReadHandler, Allocator>::type type;
1145 static type get( in get()
/third_party/boost/boost/asio/experimental/impl/
Das_single.hpp225 struct associated_allocator< struct
228 typedef typename associated_allocator<Handler, Allocator>::type type;
230 static type get( in get()
/third_party/boost/libs/asio/include/boost/asio/experimental/impl/
Das_single.hpp225 struct associated_allocator< struct
228 typedef typename associated_allocator<Handler, Allocator>::type type;
230 static type get( in get()
/third_party/boost/libs/asio/include/boost/asio/ssl/detail/
Dio.hpp386 struct associated_allocator< struct
389 typedef typename associated_allocator<Handler, Allocator>::type type;
391 static type get(const ssl::detail::io_op<Stream, Operation, Handler>& h, in get()
/third_party/boost/boost/asio/ssl/detail/
Dio.hpp386 struct associated_allocator< struct
389 typedef typename associated_allocator<Handler, Allocator>::type type;
391 static type get(const ssl::detail::io_op<Stream, Operation, Handler>& h, in get()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dbind_handler.hpp831 struct associated_allocator<detail::binder1<Handler, Arg1>, Allocator> struct
833 typedef typename associated_allocator<Handler, Allocator>::type type;
835 static type get(const detail::binder1<Handler, Arg1>& h, in get()
843 struct associated_allocator<detail::binder2<Handler, Arg1, Arg2>, Allocator> struct
845 typedef typename associated_allocator<Handler, Allocator>::type type;
847 static type get(const detail::binder2<Handler, Arg1, Arg2>& h, in get()
883 struct associated_allocator<detail::move_binder1<Handler, Arg1>, Allocator> struct
885 typedef typename associated_allocator<Handler, Allocator>::type type;
887 static type get(const detail::move_binder1<Handler, Arg1>& h, in get()
895 struct associated_allocator< struct
[all …]
/third_party/boost/boost/asio/detail/
Dbind_handler.hpp831 struct associated_allocator<detail::binder1<Handler, Arg1>, Allocator> struct
833 typedef typename associated_allocator<Handler, Allocator>::type type;
835 static type get(const detail::binder1<Handler, Arg1>& h, in get()
843 struct associated_allocator<detail::binder2<Handler, Arg1, Arg2>, Allocator> struct
845 typedef typename associated_allocator<Handler, Allocator>::type type;
847 static type get(const detail::binder2<Handler, Arg1, Arg2>& h, in get()
883 struct associated_allocator<detail::move_binder1<Handler, Arg1>, Allocator> struct
885 typedef typename associated_allocator<Handler, Allocator>::type type;
887 static type get(const detail::move_binder1<Handler, Arg1>& h, in get()
895 struct associated_allocator< struct
[all …]
/third_party/boost/libs/beast/test/beast/core/
Dtest_handler.hpp214 struct associated_allocator< struct
217 using type = std::allocator<int>;
219 static type get( in get()

12