Searched refs:sync_buf (Results 1 – 2 of 2) sorted by relevance
65 SyncBuf sync_buf{&buf, allocator}; in test() local66 std::streamsize ret = sync_buf.sputn(expected.data(), expected.size()); in test()82 SyncBuf sync_buf{&buf, allocator}; in test() local83 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() local108 std::streamsize ret = sync_buf.sputn(expected.data(), expected.size()); in test()113 new_sync_buf = std::move(sync_buf); in test()
63 SyncBuf sync_buf{&buf, allocator}; in test() local67 typename SyncBuf::int_type ret = sync_buf.sputc(c); in test()83 SyncBuf sync_buf{&buf, allocator}; in test() local85 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() local118 typename SyncBuf::int_type ret = sync_buf.sputc(c); in test()126 new_sync_buf = std::move(sync_buf); in test()