Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/detail/streambuf/
Dchainbuf.hpp58 std::streamsize xsgetn(char_type* s, std::streamsize n) in xsgetn() function in boost::iostreams::detail::chainbuf
59 { sentry t(this); return delegate().xsgetn(s, n); } in xsgetn()
Dlinked_streambuf.hpp36 using base::xsgetn; using base::overflow; using base::xsputn; \