Home
last modified time | relevance | path

Searched defs:fstream (Results 1 – 8 of 8) sorted by relevance

/third_party/glslang/gtests/
DTestFixture.cpp126 std::ifstream fstream(path, std::ios::in); in ReadFile() local
141 std::ifstream fstream(path, std::fstream::in | std::fstream::binary); in ReadSpvBinaryFile() local
167 std::ofstream fstream(path, std::ios::out); in WriteFile() local
/third_party/node/test/parallel/
Dtest-crypto-authenticated-stream.js73 function fstream(config) { function
/third_party/elfio/.vscode/
Dsettings.json57 "fstream": "cpp", string
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp94 std::ifstream fstream(path, std::ios::in); in ReadFile() local
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp94 std::ifstream fstream(path, std::ios::in); in ReadFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp94 std::ifstream fstream(path, std::ios::in); in ReadFile() local
/third_party/skia/modules/canvaskit/npm_build/
Dpackage-lock.json34 "fstream": "^1.0.12", string
653 "fstream": { object
1371 "fstream": "^1.0.12", string
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp14383 typedef basic_fstream<char> fstream; typedef