Home | History | Annotate | Download | only in stringbuf.cons

Lines Matching refs:buf

24         std::stringbuf buf(move(buf1));
25 assert(buf.str() == "testing");
29 std::stringbuf buf(move(buf1));
30 assert(buf.str() == "testing");
34 std::stringbuf buf(move(buf1));
35 assert(buf.str() == "testing");
39 std::wstringbuf buf(move(buf1));
40 assert(buf.str() == L"testing");
44 std::wstringbuf buf(move(buf1));
45 assert(buf.str() == L"testing");
49 std::wstringbuf buf(move(buf1));
50 assert(buf.str() == L"testing");