Home
last modified time | relevance | path

Searched refs:streampos_to_fpos_t (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 Dpositioning.hpp93 inline std::fpos_t streampos_to_fpos_t(std::streampos pos) in streampos_to_fpos_t() function
104 return fpos_t_to_offset(streampos_to_fpos_t(pos)) + in position_to_offset()
107 BOOST_IOSTREAMS_FPOSOFF(streampos_to_fpos_t(pos)) in position_to_offset()