Searched defs:test_syncbuf (Results 1 – 2 of 2) sorted by relevance
28 …test_syncbuf(test_buf<T>* buf, Alloc alloc) : std::basic_syncbuf<T, std::char_traits<T>, Alloc>(bu… in test_syncbuf() function
58 class test_syncbuf : public std::basic_syncbuf<T, std::char_traits<T>, Alloc> { class64 test_syncbuf(test_buf<T>* buf, Alloc alloc) : Base(buf, alloc) {} in test_syncbuf() function in test_syncbuf66 test_syncbuf(typename Base::streambuf_type* buf, Alloc alloc) : Base(buf, alloc) {} in test_syncbuf() function in test_syncbuf