Searched refs:sstrm (Results 1 – 1 of 1) sorted by relevance
226 stringstream sstrm; in testString() local228 strstream sstrm; in testString()231 sstrm << testString; in testString()236 sstrm >> str; in testString()239 printBits(sstrm); in testString()241 if (getBitStatus(sstrm) != expectedStatus) { in testString()242 printBits(sstrm); in testString()243 …xpected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(sstrm)); in testString()