Home
last modified time | relevance | path

Searched defs:test_syncbuf (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/
H A Dhelpers.h28test_syncbuf(test_buf<T>* buf, Alloc alloc) : std::basic_syncbuf<T, std::char_traits<T>, Alloc>(bu… in test_syncbuf() function
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.assign/
H A Dassign.pass.cpp58 class test_syncbuf : public std::basic_syncbuf<T, std::char_traits<T>, Alloc> { class
64 test_syncbuf(test_buf<T>* buf, Alloc alloc) : Base(buf, alloc) {} in test_syncbuf() function in test_syncbuf
66 test_syncbuf(typename Base::streambuf_type* buf, Alloc alloc) : Base(buf, alloc) {} in test_syncbuf() function in test_syncbuf