Home
last modified time | relevance | path

Searched refs:mode_of (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/iostreams/
Dskip.hpp75 typedef typename mode_of<Device>::type mode; in skip()
90 typedef typename mode_of<Filter>::type filter_mode; in skip()
91 typedef typename mode_of<Device>::type device_mode; in skip()
Dcompose.hpp43 BOOST_DEDUCED_TYPENAME mode_of<First>::type,
45 BOOST_DEDUCED_TYPENAME mode_of<Second>::type >
69 typedef typename mode_of<Filter>::type filter_mode;
70 typedef typename mode_of<Device>::type device_mode;
129 typedef typename mode_of<Filter1>::type first_mode;
130 typedef typename mode_of<Filter2>::type second_mode;
Dtraits.hpp314 struct mode_of : detail::io_mode_impl< detail::io_mode_id<T>::value > { }; struct
319 struct mode_of< reference_wrapper<T> > struct
320 : mode_of<T>
Dtraits_fwd.hpp76 struct mode_of;
Dstream_buffer.hpp63 typename Mode = BOOST_DEDUCED_TYPENAME mode_of<T>::type >
Dstream.hpp132 : mode_of<Device>::type,
/third_party/boost/boost/iostreams/detail/
Drestrict_impl.hpp69 typedef typename mode_of<Device>::type mode;
99 typedef typename mode_of<Device>::type mode;
102 : mode_of<Device>::type,
128 typedef typename mode_of<Filter>::type mode;
/third_party/boost/boost/iostreams/detail/adapter/
Dnon_blocking_adapter.hpp24 : mode_of<Device>::type, device_tag
Ddirect_adapter.hpp48 typedef typename mode_of<Direct>::type mode_type;
/third_party/boost/boost/iostreams/detail/broken_overload_resolution/
Dstream_buffer.hpp25 typename Mode = BOOST_DEDUCED_TYPENAME mode_of<T>::type >
Dstream.hpp28 : mode_of<Device>::type,