Searched refs:outTestStream (Results 1 – 1 of 1) sorted by relevance
84 ostringstream outTestStream; in TestStream() local88 ostrstream outTestStream(testStreamBuf, sizeof(testStreamBuf)); in TestStream() local96 outTestStream << "\x42\x65\x67\x69\x6E\x6E\x69\x6E\x67\x20\x6F\x66\x20\x74\x65\x73\x74\x20"; in TestStream()97 …outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends; in TestStream()99 string tempStr = outTestStream.str(); in TestStream()