Home
last modified time | relevance | path

Searched refs:linked_streambuf (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/iostreams/detail/streambuf/
Dlinked_streambuf.hpp41 class linked_streambuf : public BOOST_IOSTREAMS_BASIC_STREAMBUF(Ch, Tr) { class
43 linked_streambuf() : flags_(0) { } in linked_streambuf() function in boost::iostreams::detail::linked_streambuf
89 virtual void set_next(linked_streambuf<Ch, Tr>* /* next */) { } in set_next()
Dindirect_streambuf.hpp51 : public linked_streambuf<BOOST_DEDUCED_TYPENAME char_type_of<T>::type, Tr>
61 typedef detail::linked_streambuf<char_type, traits_type> base_type;
62 typedef linked_streambuf<char_type, Tr> streambuf_type;
Ddirect_streambuf.hpp47 : public linked_streambuf<BOOST_DEDUCED_TYPENAME char_type_of<T>::type, Tr>
53 typedef linked_streambuf<char_type, traits_type> base_type;
Dchainbuf.hpp52 typedef linked_streambuf<char_type, traits_type> delegate_type;
/third_party/boost/libs/iostreams/test/
Dbool_trait_test.cpp45 typedef io::detail::linked_streambuf<char> linkedbuf;
46 typedef io::detail::linked_streambuf<wchar_t> wlinkedbuf;
/third_party/boost/boost/iostreams/
Dtraits.hpp124 class linked_streambuf;
144 BOOST_IOSTREAMS_BOOL_TRAIT_DEF(is_linked, linked_streambuf, 2)
Dchain.hpp127 typedef linked_streambuf<Ch> streambuf_type;