Home | History | Annotate | Download | only in unit

Lines Matching full:ifstream

108     ifstream f( "test_file.txt" );
134 ifstream in("/tmp");
147 ifstream s( "test_file.txt" );
226 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
245 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
261 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
520 ifstream in("test_file.txt", ios_base::binary);
546 ifstream in("test_file.txt", ios_base::binary);
588 ifstream in(file_name);
765 ifstream in("big_file.txt");
785 ifstream in("big_file.txt");
827 ifstream nullStream(nullStreamName);
832 ifstream nullStream(nullStreamName, ios_base::ate);