Searched defs:vtable_impl (Results 1 – 2 of 2) sorted by relevance
| /third_party/boost/libs/beast/include/boost/beast/websocket/detail/ |
| D | decorator.hpp | 199 struct decorator::vtable_impl<F, true> struct in boost::beast::websocket::detail::decorator 204 construct(storage& dst, Arg&& arg) in construct() 213 move(storage& dst, storage& src) noexcept in move() 221 destroy(storage& dst) noexcept in destroy() 228 invoke_req(storage& dst, request_type& req) in invoke_req() 236 invoke_res(storage& dst, response_type& res) in invoke_res() 244 const* get() in get() 256 struct decorator::vtable_impl<F, false> struct in boost::beast::websocket::detail::decorator 261 construct(storage& dst, Arg&& arg) in construct() 269 move(storage& dst, storage& src) noexcept in move() [all …]
|
| /third_party/boost/boost/beast/websocket/detail/ |
| D | decorator.hpp | 199 struct decorator::vtable_impl<F, true> struct in boost::beast::websocket::detail::decorator 204 construct(storage& dst, Arg&& arg) in construct() 213 move(storage& dst, storage& src) noexcept in move() 221 destroy(storage& dst) noexcept in destroy() 228 invoke_req(storage& dst, request_type& req) in invoke_req() 236 invoke_res(storage& dst, response_type& res) in invoke_res() 244 const* get() in get() 256 struct decorator::vtable_impl<F, false> struct in boost::beast::websocket::detail::decorator 261 construct(storage& dst, Arg&& arg) in construct() 269 move(storage& dst, storage& src) noexcept in move() [all …]
|