Searched refs:fstrm (Results 1 – 1 of 1) sorted by relevance
109 std::ifstream fstrm(file.c_str(), BOOST_IOS::in | BOOST_IOS::binary); in compare_container_and_file() local110 return compare_container_and_stream(cnt, fstrm); in compare_container_and_file()