Home
last modified time | relevance | path

Searched refs:snk_ (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/detail/
H A Dfunctional.hpp51 : t_(t), snk_(snk), which_(which) in filter_close_operation()
53 void operator()() const { boost::iostreams::close(t_, snk_, which_); } in operator ()()
57 Sink& snk_; member in boost::iostreams::detail::filter_close_operation
89 filter_close_all_operation(T& t, Sink& snk) : t_(t), snk_(snk) { } in filter_close_all_operation()
90 void operator()() const { detail::close_all(t_, snk_); } in operator ()()
94 Sink& snk_; member in boost::iostreams::detail::filter_close_all_operation