Searched defs:streambuf_type (Results 1 – 6 of 6) sorted by relevance
| /third_party/boost/boost/iostreams/filter/ | ||
| D | stdio.hpp | 54 typedef BOOST_IOSTREAMS_BASIC_STREAMBUF(Ch, traits_type) streambuf_type; typedef |
| /third_party/boost/boost/iostreams/detail/streambuf/ | ||
| D | direct_streambuf.hpp | 57 ) streambuf_type; typedef in boost::iostreams::detail::direct_streambuf |
| D | indirect_streambuf.hpp | 62 typedef linked_streambuf<char_type, Tr> streambuf_type; typedef in boost::iostreams::detail::indirect_streambuf |
| /third_party/boost/boost/iostreams/ | ||
| D | chain.hpp | 127 typedef linked_streambuf<Ch> streambuf_type; typedef in boost::iostreams::detail::chain_base |
| /third_party/boost/boost/log/expressions/ | ||
| D | formatter.hpp | 61 typedef typename StreamT::streambuf_type streambuf_type; typedef in boost::expressions::aux::stream_ref |
| /third_party/boost/boost/log/utility/ | ||
| D | formatting_ostream.hpp | 131 …f boost::log::aux::basic_ostringstreambuf< char_type, traits_type, allocator_type > streambuf_type; typedef in boost::basic_formatting_ostream |