Lines Matching refs:ifstream
126 ifstream f( "test_file.txt" ); in input()
152 ifstream in("/tmp"); in input()
165 ifstream s( "test_file.txt" ); in input_char()
244 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
263 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
279 ifstream is("test_file.txt", ios_base::in | ios_base::binary); in tellg()
539 ifstream in("test_file.txt", ios_base::binary); in streambuf_output()
565 ifstream in("test_file.txt", ios_base::binary); in streambuf_output()
607 ifstream in(file_name); in win32_file_format()
784 ifstream in("big_file.txt"); in big_file()
846 ifstream nullStream(nullStreamName); in null_stream()
851 ifstream nullStream(nullStreamName, ios_base::ate); in null_stream()