Searched defs:device_wrapper_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/detail/adapter/ |
| H A D | concept_adapter.hpp | 128 struct device_wrapper_impl<any_tag> { struct 131 seek( Device& dev, Dummy*, stream_offset off, in seek() 140 seek( Device&, stream_offset, BOOST_IOS::seekdir, in seek() 149 seek( Device& dev, stream_offset off, in seek() 157 static void close(Device& dev, Dummy*, BOOST_IOS::openmode which) in close() 161 static bool flush(Device& dev, Dummy*) in flush() 167 struct device_wrapper_impl<input> : device_wrapper_impl<any_tag> { struct 170 read( Device& dev, Dummy*, typename char_type_of<Device>::type* s, in read() 176 write( Device&, Dummy*, const typename char_type_of<Device>::type*, in write() 183 struct device_wrapper_impl<output> { struct [all …]
|