Searched refs:buffer_cast_helper (Results 1 – 1 of 1) sorted by relevance
42 void* buffer_cast_helper(const mutable_buffer&);43 const void* buffer_cast_helper(const const_buffer&);86 friend void* asio::detail::buffer_cast_helper(98 inline void* buffer_cast_helper(const mutable_buffer& b) in buffer_cast_helper() function185 : data_(asio::detail::buffer_cast_helper(b)), in const_buffer()192 friend const void* asio::detail::buffer_cast_helper(204 inline const void* buffer_cast_helper(const const_buffer& b) in buffer_cast_helper() function357 return static_cast<PointerToPodType>(detail::buffer_cast_helper(b)); in buffer_cast()364 return static_cast<PointerToPodType>(detail::buffer_cast_helper(b)); in buffer_cast()