Searched refs:is_std_io (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/iostreams/detail/ |
D | wrap_unwrap.hpp | 31 : mpl::if_<is_std_io<T>, reference_wrapper<T>, T> 42 is_std_io<T>, 77 wrap(const T& t) { return wrap_impl(t, is_std_io<T>()); } in wrap() 81 wrap(T& t) { return wrap_impl(t, is_std_io<T>()); } in wrap()
|
D | call_traits.hpp | 22 typedef typename mpl::if_<is_std_io<T>, T&, const T&>::type type; 27 typedef typename mpl::if_<is_std_io<T>, T&, T>::type type;
|
D | enable_if_stream.hpp | 22 , typename boost::enable_if< boost::iostreams::is_std_io<T> >::type* = 0 \ 25 , typename boost::disable_if< boost::iostreams::is_std_io<T> >::type* = 0 \
|
D | resolve.hpp | 161 is_std_io<T>, 197 { return resolve<Mode, Ch>(t, is_std_io<T>()); } 221 { return resolve<Mode, Ch>(t, is_std_io<T>()); }
|
D | param_type.hpp | 22 typedef typename mpl::if_<is_std_io<T>, T&, const T&>::type type;
|
D | restrict_impl.hpp | 466 { return BOOST_IOSTREAMS_RESTRICT(t, off, len, is_std_io<T>()); }
|
/third_party/boost/boost/iostreams/ |
D | traits.hpp | 75 struct is_std_io struct 199 is_std_io<U>, 232 is_std_io<U>,
|
D | traits_fwd.hpp | 58 struct is_std_io;
|
D | compose.hpp | 74 is_std_io<Device>, Device&, 379 { return compose(flt, fod, is_std_io<FilterOrDevice>()); } in compose()
|
/third_party/boost/boost/iostreams/detail/adapter/ |
D | concept_adapter.hpp | 66 { BOOST_STATIC_ASSERT(is_std_io<T>::value); } in concept_adapter() 68 { BOOST_STATIC_ASSERT(!is_std_io<T>::value); } in concept_adapter()
|
/third_party/boost/libs/iostreams/test/ |
D | bool_trait_test.cpp | 160 io::is_std_io, in bool_trait_test()
|