Searched refs:linked_streambuf (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/iostreams/detail/streambuf/ |
D | linked_streambuf.hpp | 41 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()
|
D | indirect_streambuf.hpp | 51 : 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;
|
D | direct_streambuf.hpp | 47 : public linked_streambuf<BOOST_DEDUCED_TYPENAME char_type_of<T>::type, Tr> 53 typedef linked_streambuf<char_type, traits_type> base_type;
|
D | chainbuf.hpp | 52 typedef linked_streambuf<char_type, traits_type> delegate_type;
|
/third_party/boost/libs/iostreams/test/ |
D | bool_trait_test.cpp | 45 typedef io::detail::linked_streambuf<char> linkedbuf; 46 typedef io::detail::linked_streambuf<wchar_t> wlinkedbuf;
|
/third_party/boost/boost/iostreams/ |
D | traits.hpp | 124 class linked_streambuf; 144 BOOST_IOSTREAMS_BOOL_TRAIT_DEF(is_linked, linked_streambuf, 2)
|
D | chain.hpp | 127 typedef linked_streambuf<Ch> streambuf_type;
|