Home
last modified time | relevance | path

Searched refs:streambuf_type (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/iostreams/
Dchain.hpp127 typedef linked_streambuf<Ch> streambuf_type; typedef in boost::iostreams::detail::chain_base
128 typedef std::list<streambuf_type*> list_type;
193 streambuf_type* link = *boost::next(list().begin(), n); in component()
204 streambuf_type& front() { return *list().front(); } in front()
236 streambuf_type* prev = !empty() ? list().back() : 0; in push_impl()
281 static void close(streambuf_type* b, BOOST_IOS::openmode m) in close()
288 static void set_next(streambuf_type* b, streambuf_type* next) in set_next()
291 static void set_auto_close(streambuf_type* b, bool close) in set_auto_close()
295 typedef streambuf_type* argument_type;
298 void operator() (streambuf_type* b) in operator ()()
[all …]
/third_party/boost/boost/iostreams/filter/
Dstdio.hpp54 typedef BOOST_IOSTREAMS_BASIC_STREAMBUF(Ch, traits_type) streambuf_type; typedef
56 streambuf_type* newbuf ) in scoped_redirector()
62 streambuf_type* old_;
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp62 typedef linked_streambuf<char_type, Tr> streambuf_type; typedef in boost::iostreams::detail::indirect_streambuf
95 void set_next(streambuf_type* next);
104 streambuf_type* next() const { return next_; } in next()
131 streambuf_type* next_;
379 (streambuf_type* next) in set_next()
Ddirect_streambuf.hpp57 ) streambuf_type; typedef in boost::iostreams::detail::direct_streambuf
/third_party/boost/libs/log/src/
Dnamed_scope_format_parser.cpp583 typedef typename stream_type::streambuf_type streambuf_type;
584 … static_cast< streambuf_type* >(strm.rdbuf())->append(buf, static_cast< std::size_t >(p - buf));
/third_party/boost/boost/log/expressions/
Dformatter.hpp61 typedef typename StreamT::streambuf_type streambuf_type; typedef in boost::expressions::aux::stream_ref
203 BOOST_FORCEINLINE streambuf_type* rdbuf() const { return this->get().rdbuf(); } in rdbuf()
/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp131 …f boost::log::aux::basic_ostringstreambuf< char_type, traits_type, allocator_type > streambuf_type; typedef in boost::basic_formatting_ostream
133 typedef typename streambuf_type::string_type string_type;
218 mutable streambuf_type m_streambuf;
340 streambuf_type* rdbuf() const { return &m_streambuf; } in rdbuf()
/third_party/boost/boost/log/detail/
Dformat.hpp267 typename stream_type::streambuf_type::storage_state m_storage_state_backup;