Lines Matching full:ifstream
126 ifstream f( "test_file.txt" );
152 ifstream in("/tmp");
165 ifstream s( "test_file.txt" );
244 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
263 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
279 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
538 ifstream in("test_file.txt", ios_base::binary);
564 ifstream in("test_file.txt", ios_base::binary);
606 ifstream in(file_name);
783 ifstream in("big_file.txt");
803 ifstream in("big_file.txt");
845 ifstream nullStream(nullStreamName);
850 ifstream nullStream(nullStreamName, ios_base::ate);