Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/detail/
Dcounted_array.hpp47 struct counted_array_sink { struct
51 counted_array_sink(Ch* buf, std::streamsize size) in counted_array_sink() function
/third_party/boost/boost/iostreams/
Dinvert.hpp78 typedef detail::counted_array_sink<char_type> array_sink; in read()