Searched refs:const_buffers_type (Results 1 – 1 of 1) sorted by relevance
153 using const_buffers_type = boost::asio::const_buffer; typedef in bmcweb::HttpBody::writer179 boost::optional<std::pair<const_buffers_type, bool>> get( in get()185 boost::optional<std::pair<const_buffers_type, bool>> getWithMaxSize( in getWithMaxSize()188 std::pair<const_buffers_type, bool> ret; in getWithMaxSize()193 ret.first = const_buffers_type(&body.str()[sent], toReturn); in getWithMaxSize()232 ret.first = const_buffers_type(buf.data(), buf.size()); in getWithMaxSize()236 ret.first = const_buffers_type(chunkView.data(), chunkView.size()); in getWithMaxSize()