Home
last modified time | relevance | path

Searched refs:close_impl (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 Dclose.hpp85 struct close_impl;
103 detail::close_impl<T>::close(detail::unwrap(t), which); in close()
117 detail::close_impl<T>::close(detail::unwrap(t), snk, which); in close()
156 struct close_impl struct
160 close_impl<BOOST_DEDUCED_TYPENAME close_tag<T>::type>
165 struct close_impl<any_tag> { struct
184 struct close_impl<close_boost_stream> { struct
199 struct close_impl<close_filtering_stream> { struct
212 struct close_impl<closable_tag> { struct
236 struct close_impl<two_sequence> { struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dlinked_streambuf.hpp76 close_impl(which); in close()
82 close_impl(which); in close()
90 virtual void close_impl(BOOST_IOS::openmode) = 0;
H A Ddirect_streambuf.hpp76 void close_impl(BOOST_IOS::openmode m);
202 void direct_streambuf<T, Tr>::close_impl(BOOST_IOS::openmode which) in close_impl() function in boost::iostreams::detail::direct_streambuf
H A Dindirect_streambuf.hpp96 void close_impl(BOOST_IOS::openmode m);
383 inline void indirect_streambuf<T, Tr, Alloc, Mode>::close_impl in close_impl() function in boost::iostreams::detail::indirect_streambuf