Searched refs:two_sequence (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/iostreams/ |
D | concepts.hpp | 41 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()
|
D | categories.hpp | 23 namespace detail { struct two_sequence : virtual any_tag { }; } struct 29 struct bidirectional : virtual input, virtual output, detail::two_sequence { };
|
D | close.hpp | 146 is_convertible<category, two_sequence>, 149 two_sequence, 236 struct close_impl<two_sequence> {
|
D | compose.hpp | 188 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()
|
D | code_converter.hpp | 144 typedef is_convertible<device_category, two_sequence> is_double;
|
/third_party/boost/boost/iostreams/detail/adapter/ |
D | direct_adapter.hpp | 59 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()
|
D | concept_adapter.hpp | 238 random_access, two_sequence ) in seek()
|
/third_party/boost/boost/iostreams/detail/ |
D | restrict_impl.hpp | 70 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/ |
D | indirect_streambuf.hpp | 136 two_sequence
|