Searched defs:two_head (Results 1 – 3 of 3) sorted by relevance
26 namespace detail { struct two_head : virtual any_tag { }; } struct
300 inline bool direct_streambuf<T, Tr>::two_head() const in two_head() function in boost::iostreams::detail::direct_streambuf
357 bool two_head = is_convertible<category, dual_seekable>::value || in seek_impl() local