Lines Matching defs:read
86 void read(std::vector<SpvWord>& spv, const std::string& inFilename, int verbosity)
98 errHandler("error opening file for read: ");
100 errHandler("error opening file for read, errno : " + std::to_string(errno));
109 fp.read((char *)&inWord, sizeof(inWord));
120 void read(std::vector<std::string>& strings, const std::string& inFilename, int verbosity)
131 errHandler("error opening file for read: ");
205 read(whiteListStrings, whiteListFile, verbosity);
209 read(spv, inputFiles[ii], verbosity);
275 // If we have not read to the end of the string or
419 // Main operations: read, remap, and write.