Home
last modified time | relevance | path

Searched refs:compare_streams_in_chunks (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/libs/iostreams/test/
Drestrict_test.cpp144 compare_streams_in_chunks(first, second), in read_device()
158 compare_streams_in_chunks(first, second), in read_device()
171 compare_streams_in_chunks(first, second), in read_device()
185 compare_streams_in_chunks(first, second), in read_device()
232 compare_streams_in_chunks(first, second), in read_filter()
247 compare_streams_in_chunks(first, second), in read_filter()
261 compare_streams_in_chunks(first, second), in read_filter()
276 compare_streams_in_chunks(first, second), in read_filter()
297 compare_streams_in_chunks(first, second), in write_device()
314 compare_streams_in_chunks(first, second), in write_device()
[all …]
Dstdio_filter_test.cpp69 compare_streams_in_chunks(first, second), in read_stdio_filter()
82 compare_streams_in_chunks(first, second), in read_stdio_filter()
110 compare_streams_in_chunks(first, second), in write_stdio_filter()
130 compare_streams_in_chunks(first, second), in write_stdio_filter()
Dread_input_filter_test.hpp48 compare_streams_in_chunks(first, second), in read_input_filter_test()
72 compare_streams_in_chunks(first, second), in read_input_filter_test()
98 compare_streams_in_chunks(first, second), in read_input_filter_test()
Dread_input_seq_test.hpp43 compare_streams_in_chunks(first, second), in read_input_sequence_test()
63 compare_streams_in_chunks(first, second), in read_input_sequence_test()
Dread_input_test.hpp41 compare_streams_in_chunks(first, second), in read_input_test()
59 compare_streams_in_chunks(first, second), in read_input_test()
Dread_seekable_seq_test.hpp44 compare_streams_in_chunks(first, second), in read_seekable_sequence_test()
64 compare_streams_in_chunks(first, second), in read_seekable_sequence_test()
Dread_seekable_test.hpp42 compare_streams_in_chunks(first, second), in read_seekable_test()
62 compare_streams_in_chunks(first, second), in read_seekable_test()
Dread_input_istream_test.hpp44 compare_streams_in_chunks(first, second), in read_input_istream_test()
68 compare_streams_in_chunks(first, second), in read_input_istream_test()
Dread_bidir_streambuf_test.hpp46 compare_streams_in_chunks(first, second), in read_bidirectional_streambuf_test()
70 compare_streams_in_chunks(first, second), in read_bidirectional_streambuf_test()
Dread_bidir_test.hpp50 compare_streams_in_chunks(first, second), in read_bidirectional_test()
78 compare_streams_in_chunks(first, second), in read_bidirectional_test()
Dwide_stream_test.cpp55 compare_streams_in_chunks(first, second), in read_wide_input_test()
77 compare_streams_in_chunks(first, second), in read_wide_input_test()
Dcompose_test.cpp42 compare_streams_in_chunks(first, second), in read_composite()
56 compare_streams_in_chunks(first, second), in read_composite()
82 compare_streams_in_chunks(first, second), in write_composite()
103 compare_streams_in_chunks(first, second), in write_composite()
Dread_bidir_filter_test.hpp56 compare_streams_in_chunks(first, second), in read_bidirectional_filter_test()
Dregex_filter_test.cpp66 compare_streams_in_chunks(first, second), in regex_filter_test()
211 compare_streams_in_chunks(first, second), in wregex_filter_test()
Dpipeline_test.cpp62 compare_streams_in_chunks(first, second), in pipeline_test()
Dfile_descriptor_test.cpp54 compare_streams_in_chunks(first, second), in file_descriptor_test()
80 compare_streams_in_chunks(first, second), in file_descriptor_test()
323 compare_streams_in_chunks(first, second), in file_descriptor_test()
357 compare_streams_in_chunks(first, second), in file_descriptor_test()
Ddirect_adapter_test.cpp58 compare_streams_in_chunks(first, second), in direct_adapter_test()
Darray_test.cpp44 compare_streams_in_chunks(first, second), in array_test()
Dtee_test.cpp50 compare_streams_in_chunks(first, second); // ignore return value in read_write_test()
108 compare_streams_in_chunks(first, second); // ignore return value in read_write_test()
Dexample_test.cpp47 BOOST_CHECK(compare_streams_in_chunks(first, second)); in container_device_test()
Dmapped_file_test.cpp101 boost::iostreams::test::compare_streams_in_chunks(first, second), in mapped_file_test()
/third_party/boost/libs/iostreams/test/detail/
Dverification.hpp64 bool compare_streams_in_chunks(BOOST_ISTREAM& first, BOOST_ISTREAM& second) in compare_streams_in_chunks() function
87 return compare_streams_in_chunks(one, two); in compare_files()