Home
last modified time | relevance | path

Searched refs:sync_buf (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/
H A Dsputn.pass.cpp65 SyncBuf sync_buf{&buf, allocator}; in test() local
66 std::streamsize ret = sync_buf.sputn(expected.data(), expected.size()); in test()
82 SyncBuf sync_buf{&buf, allocator}; in test() local
83 std::streamsize ret = sync_buf.sputn(expected.data(), expected.size()); in test()
86 SyncBuf new_sync_buf{std::move(sync_buf)}; in test()
107 SyncBuf sync_buf{&buf, allocator}; in test() local
108 std::streamsize ret = sync_buf.sputn(expected.data(), expected.size()); in test()
113 new_sync_buf = std::move(sync_buf); in test()
H A Dsputc.pass.cpp63 SyncBuf sync_buf{&buf, allocator}; in test() local
67 typename SyncBuf::int_type ret = sync_buf.sputc(c); in test()
83 SyncBuf sync_buf{&buf, allocator}; in test() local
85 typename SyncBuf::int_type ret = sync_buf.sputc(c); in test()
91 SyncBuf new_sync_buf{std::move(sync_buf)}; in test()
116 SyncBuf sync_buf{&buf, allocator}; in test() local
118 typename SyncBuf::int_type ret = sync_buf.sputc(c); in test()
126 new_sync_buf = std::move(sync_buf); in test()