Home
last modified time | relevance | path

Searched refs:offset_to_position (Results 1 – 4 of 4) 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 Dpositioning.hpp47 inline std::streampos offset_to_position(stream_offset off) { return off; } in offset_to_position() function
51 inline std::streampos offset_to_position(stream_offset off) in offset_to_position() function
H A Dseek.hpp88 return t.rdbuf()->pubseekpos(offset_to_position(off)); in seek()
115 return t.BOOST_IOSTREAMS_PUBSEEKPOS(offset_to_position(off)); in seek()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Drange_adapter.hpp98 return offset_to_position(cur_ - first_); in seek()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Ddirect_streambuf.hpp256 return offset_to_position(result); in seek_impl()