Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dwrite.hpp35 struct write_device_impl;
44 { return detail::write_device_impl<T>::put(detail::unwrap(t), c); } in put()
49 { return detail::write_device_impl<T>::write(detail::unwrap(t), s, n); } in write()
62 struct write_device_impl struct
66 write_device_impl<
76 struct write_device_impl<ostream_tag> { struct
93 struct write_device_impl<streambuf_tag> { struct
109 struct write_device_impl<output> { struct