Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/detail/
Dverification.hpp42 # define BOOST_ISTREAM std::basic_istream<Ch, Tr> macro
47 # define BOOST_ISTREAM std::istream macro
54 bool compare_streams_in_chars(BOOST_ISTREAM& first, BOOST_ISTREAM& second) in compare_streams_in_chars()
64 bool compare_streams_in_chunks(BOOST_ISTREAM& first, BOOST_ISTREAM& second) in compare_streams_in_chunks()
95 bool compare_container_and_stream(Container& cnt, BOOST_ISTREAM& is) in compare_container_and_stream()