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