Searched refs:xsgetn (Results 1 – 2 of 2) sorted by relevance
58 std::streamsize xsgetn(char_type* s, std::streamsize n) in xsgetn() function in boost::iostreams::detail::chainbuf59 { sentry t(this); return delegate().xsgetn(s, n); } in xsgetn()
36 using base::xsgetn; using base::overflow; using base::xsputn; \