Searched refs:sstrm (Results 1 – 1 of 1) sorted by relevance
227 stringstream sstrm; in testString() local229 strstream sstrm; in testString()232 sstrm << testString; in testString()237 sstrm >> str; in testString()240 printBits(sstrm); in testString()242 if (getBitStatus(sstrm) != expectedStatus) { in testString()243 printBits(sstrm); in testString()244 …xpected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(sstrm)); in testString()