Searched defs:fstream (Results 1 – 8 of 8) sorted by relevance
126 std::ifstream fstream(path, std::ios::in); in ReadFile() local141 std::ifstream fstream(path, std::fstream::in | std::fstream::binary); in ReadSpvBinaryFile() local167 std::ofstream fstream(path, std::ios::out); in WriteFile() local
57 "fstream": "cpp", string
94 std::ifstream fstream(path, std::ios::in); in ReadFile() local
278 std::ifstream fstream(path, std::ios::in); in ReadFile() local
459 std::ifstream fstream(fname); in checkConfigFile() local
34 "fstream": "^1.0.12", string653 "fstream": { object1371 "fstream": "^1.0.12", string
14383 typedef basic_fstream<char> fstream; typedef