Home
last modified time | relevance | path

Searched defs:test_stringbuf (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
H A Dmove.pass.cpp28 struct test_stringbuf : std::basic_stringbuf<CharT> { struct
31test_stringbuf(std::basic_stringbuf<CharT>&& other) : std::basic_stringbuf<CharT>(std::move(other)… in test_stringbuf() function
36 void check_different_pointers(test_stringbuf<CharT> const& other) const { in check_different_pointers() argument
H A Dmove.alloc.pass.cpp30 struct test_stringbuf : std::basic_stringbuf<CharT, std::char_traits<CharT>, test_allocator<CharT>>… struct
36 void check_different_pointers(test_stringbuf<CharT> const& other) const { in check_different_pointers() argument
/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/
H A Dmove.pass.cpp28 struct test_stringbuf : std::basic_stringbuf<CharT> { struct
34 void check_different_pointers(test_stringbuf<CharT> const& other) const { in check_different_pointers() argument