Home
last modified time | relevance | path

Searched defs:seek_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 Dseek.hpp64 struct seek_device_impl struct
96 struct seek_device_impl<iostream_tag> : seek_impl_basic_ios { }; struct
99 struct seek_device_impl<istream_tag> : seek_impl_basic_ios { }; struct
102 struct seek_device_impl<ostream_tag> : seek_impl_basic_ios { }; struct
105 struct seek_device_impl<streambuf_tag> { struct
107 static std::streampos seek( T& t, stream_offset off, in seek()
123 struct seek_device_impl<two_head> { struct
125 static std::streampos seek( T& t, stream_offset off, in seek()
132 struct seek_device_impl<any_tag> { struct
134 static std::streampos seek( T& t, stream_offset off, in seek()