Lines Matching defs:bytes
100 vector<char> bytes;103 bytes.resize(file_stream.tellg());106 file_stream.read(&bytes[0], bytes.size());108 string str(&bytes[0], bytes.size());