Home
last modified time | relevance | path

Searched refs:array_sink (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/iostreams/
Dinvert.hpp78 typedef detail::counted_array_sink<char_type> array_sink; in read() typedef
79 typedef composite<filter_ref, array_sink> filtered_array_sink; in read()
87 filtered_array_sink snk(filter(), array_sink(s, n)); in read()
/third_party/boost/libs/iostreams/test/
Darray_test.cpp53 stream<array_sink> out(&first[0], &first[0] + first.size()); in array_test()
64 stream<array_sink> out(&first[0], &first[0] + first.size()); in array_test()
Dcopy_test.cpp128 array_sink out(&dest[0], &dest[0] + dest.size()); in copy_test()
156 array_sink out(&dest[0], &dest[0] + dest.size()); in copy_test()
Ddirect_adapter_test.cpp29 typedef boost::iostreams::detail::direct_adapter<array_sink> in direct_adapter_test()
Dbool_trait_test.cpp35 typedef stream<array_sink> array_ostream;
Drestrict_test.cpp363 array_sink array(&dest1[0], &dest1[0] + dest1.size()); in write_direct_device()
378 array_sink array(&dest1[0], &dest1[0] + dest1.size()); in write_direct_device()
/third_party/boost/boost/iostreams/device/
Darray.hpp80 BOOST_IOSTREAMS_ARRAY(array_sink, output_seekable)