Searched refs:const_buffers_type (Results 1 – 1 of 1) sorted by relevance
140 using const_buffers_type = boost::asio::const_buffer; typedef in bmcweb::HttpBody::writer166 boost::optional<std::pair<const_buffers_type, bool>>172 boost::optional<std::pair<const_buffers_type, bool>>175 std::pair<const_buffers_type, bool> ret; in getWithMaxSize()180 ret.first = const_buffers_type(&body.str()[sent], toReturn); in getWithMaxSize()219 ret.first = const_buffers_type(buf.data(), buf.size()); in getWithMaxSize()223 ret.first = const_buffers_type(chunkView.data(), chunkView.size()); in getWithMaxSize()