Searched refs:new_sync_buf (Results 1 – 2 of 2) sorted by relevance
86 SyncBuf new_sync_buf{std::move(sync_buf)}; in test() local87 ret = new_sync_buf.sputn(expected.data(), expected.size()); in test()111 SyncBuf new_sync_buf; in test() local112 test_allocator<CharT> a = new_sync_buf.get_allocator(); in test()113 new_sync_buf = std::move(sync_buf); in test()114 assert(new_sync_buf.get_allocator() == a); in test()116 ret = new_sync_buf.sputn(expected.data(), expected.size()); in test()
91 SyncBuf new_sync_buf{std::move(sync_buf)}; in test() local92 ret = new_sync_buf.sputc(c); in test()124 SyncBuf new_sync_buf; in test() local125 test_allocator<CharT> a = new_sync_buf.get_allocator(); in test()126 new_sync_buf = std::move(sync_buf); in test()127 assert(new_sync_buf.get_allocator() == a); in test()129 ret = new_sync_buf.sputc(c); in test()