Home | History | Annotate | Download | only in iotest

Lines Matching full:sstrm

233     stringstream sstrm;
235 strstream sstrm;
238 sstrm << testString;
241 printBits(sstrm);*/
243 sstrm >> str;
246 printBits(sstrm);
248 if (getBitStatus(sstrm) != expectedStatus) {
249 printBits(sstrm);
251 log_info("Warning. Expected status %d, Got %d. This maybe caused by the fact that the non-standardized iostream is being used.\n", expectedStatus, getBitStatus(sstrm));
254 log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(sstrm));