Home
last modified time | relevance | path

Searched refs:call_member_close (Results 1 – 3 of 3) 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 Ddirect_streambuf.hpp133 detail::execute_all( detail::call_member_close(*self, BOOST_IOS::in), in close()
134 detail::call_member_close(*self, BOOST_IOS::out), in close()
H A Dindirect_streambuf.hpp203 detail::call_member_close(*self, BOOST_IOS::in), in close()
204 detail::call_member_close(*self, BOOST_IOS::out), in close()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dfunctional.hpp124 member_close_operation<T> call_member_close(T& t, BOOST_IOS::openmode which) in call_member_close() function