Searched refs:seek_impl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/ |
| H A D | direct_streambuf.hpp | 91 pos_type seek_impl( stream_offset off, BOOST_IOS::seekdir way, 191 { return seek_impl(off, way, which); } in seekoff() 198 return seek_impl(position_to_offset(sp), BOOST_IOS::beg, which); in seekpos() 217 typename direct_streambuf<T, Tr>::pos_type direct_streambuf<T, Tr>::seek_impl in seek_impl() function in boost::iostreams::detail::direct_streambuf
|
| H A D | indirect_streambuf.hpp | 120 pos_type seek_impl( stream_offset off, BOOST_IOS::seekdir way, 331 { return seek_impl(off, way, which); } in seekoff() 338 return seek_impl(position_to_offset(sp), BOOST_IOS::beg, which); in seekpos() 343 indirect_streambuf<T, Tr, Alloc, Mode>::seek_impl in seek_impl() function in boost::iostreams::detail::indirect_streambuf
|