Lines Matching refs:in
4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
65 std::ifstream in(filename);
66 if (!in) {
72 while (in.good() && getline(in, content)) {
84 in.close();
93 std::ifstream in(filename);
94 if (!in) {
100 while (in.good() && getline(in, content)) {
112 in.close();