Home
last modified time | relevance | path

Searched refs:two_head (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/iostreams/
Dseek.hpp72 streambuf_tag, two_head, any_tag
123 struct seek_device_impl<two_head> {
149 dispatch<T, two_head, any_tag>::type
155 struct seek_filter_impl<two_head> {
Dcategories.hpp26 namespace detail { struct two_head : virtual any_tag { }; } struct
41 detail::two_head
45 bidirectional, detail::two_head
/third_party/boost/boost/iostreams/detail/streambuf/
Ddirect_streambuf.hpp100 bool two_head() const;
222 if (two_head() && (which & both) == both) in seek_impl()
300 inline bool direct_streambuf<T, Tr>::two_head() const in two_head() function in boost::iostreams::detail::direct_streambuf
Dindirect_streambuf.hpp357 bool two_head = is_convertible<category, dual_seekable>::value || in seek_impl() local
359 if (two_head) { in seek_impl()