Home
last modified time | relevance | path

Searched refs:chain_base (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/iostreams/
Dchain.hpp114 class chain_base { class
129 typedef chain_base<Self, Ch, Tr, Alloc, Mode> my_type;
131 chain_base() : pimpl_(new chain_impl) { } in chain_base() function in boost::iostreams::detail::chain_base
132 chain_base(const chain_base& rhs): pimpl_(rhs.pimpl_) { } in chain_base() function in boost::iostreams::detail::chain_base
407 class name_ : public boost::iostreams::detail::chain_base< \
416 typedef boost::iostreams::detail::chain_base< \
503 friend class chain_base;
515 inline std::streamsize chain_base<Self, Ch, Tr, Alloc, Mode>::read in read()
520 inline std::streamsize chain_base<Self, Ch, Tr, Alloc, Mode>::write in write()
525 inline std::streampos chain_base<Self, Ch, Tr, Alloc, Mode>::seek in seek()
[all …]
/third_party/boost/boost/iostreams/detail/streambuf/
Dlinked_streambuf.hpp27 class chain_base;
60 friend class chain_base;