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

Lines Matching defs:buf

26         std::stringbuf buf;
27 swap(buf, buf1);
28 assert(buf.str() == "testing");
33 std::stringbuf buf;
34 swap(buf, buf1);
35 assert(buf.str() == "testing");
40 std::stringbuf buf;
41 swap(buf, buf1);
42 assert(buf.str() == "testing");
47 std::wstringbuf buf;
48 swap(buf, buf1);
49 assert(buf.str() == L"testing");
54 std::wstringbuf buf;
55 swap(buf, buf1);
56 assert(buf.str() == L"testing");
61 std::wstringbuf buf;
62 swap(buf, buf1);
63 assert(buf.str() == L"testing");