Home
last modified time | relevance | path

Searched refs:is_filter (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/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dtraits_fwd.hpp82 struct is_filter;
H A Dpipeline.hpp108 BOOST_STATIC_ASSERT(is_filter<Filter>::value); in operator |()
H A Dtraits.hpp345 struct is_filter : detail::has_trait<T, filter_tag> { }; struct