Lines Matching refs:ifstream
108 ifstream f( "test_file.txt" ); in input()
134 ifstream in("/tmp"); in input()
147 ifstream s( "test_file.txt" ); in input_char()
226 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
245 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
261 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
520 ifstream in("test_file.txt", ios_base::binary); in streambuf_output()
546 ifstream in("test_file.txt", ios_base::binary); in streambuf_output()
588 ifstream in(file_name); in win32_file_format()
765 ifstream in("big_file.txt"); in big_file()
827 ifstream nullStream(nullStreamName); in null_stream()
832 ifstream nullStream(nullStreamName, ios_base::ate); in null_stream()