Home
last modified time | relevance | path

Searched refs:two_sequence (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/iostreams/
Dconcepts.hpp41 BOOST_STATIC_ASSERT((!is_convertible<Mode, two_sequence>::value)); in close()
47 BOOST_STATIC_ASSERT((is_convertible<Mode, two_sequence>::value)); in close()
78 BOOST_STATIC_ASSERT((!is_convertible<Mode, two_sequence>::value)); in close()
87 (is_convertible<Mode, two_sequence>::value) || in close()
Dcategories.hpp23 namespace detail { struct two_sequence : virtual any_tag { }; } struct
29 struct bidirectional : virtual input, virtual output, detail::two_sequence { };
Dclose.hpp146 is_convertible<category, two_sequence>,
149 two_sequence,
236 struct close_impl<two_sequence> {
Dcompose.hpp188 BOOST_STATIC_ASSERT((!is_convertible<category, two_sequence>::value)); in close()
220 (is_convertible<category, two_sequence>::value) || in close()
422 BOOST_STATIC_ASSERT((!is_convertible<Mode, two_sequence>::value)); in close()
454 BOOST_STATIC_ASSERT((is_convertible<Mode, two_sequence>::value)); in close()
Dcode_converter.hpp144 typedef is_convertible<device_category, two_sequence> is_double;
/third_party/boost/boost/iostreams/detail/adapter/
Ddirect_adapter.hpp59 typedef is_convertible<category, two_sequence> is_double;
261 BOOST_STATIC_ASSERT((!is_convertible<category, two_sequence>::value)); in close()
268 BOOST_STATIC_ASSERT((is_convertible<category, two_sequence>::value)); in close()
Dconcept_adapter.hpp238 random_access, two_sequence ) in seek()
/third_party/boost/boost/iostreams/detail/
Drestrict_impl.hpp70 BOOST_STATIC_ASSERT(!(is_convertible<mode, detail::two_sequence>::value));
100 BOOST_STATIC_ASSERT(!(is_convertible<mode, detail::two_sequence>::value));
129 BOOST_STATIC_ASSERT(!(is_convertible<mode, detail::two_sequence>::value));
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp136 two_sequence