Home
last modified time | relevance | path

Searched refs:const_buffers_type (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_body.hpp140 using const_buffers_type = boost::asio::const_buffer; typedef in bmcweb::HttpBody::writer
166 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()