Searched defs:test_stringbuf (Results 1 – 3 of 3) sorted by relevance
28 struct test_stringbuf : std::basic_stringbuf<CharT> { struct31 …test_stringbuf(std::basic_stringbuf<CharT>&& other) : std::basic_stringbuf<CharT>(std::move(other)… in test_stringbuf() function36 void check_different_pointers(test_stringbuf<CharT> const& other) const { in check_different_pointers() argument
30 struct test_stringbuf : std::basic_stringbuf<CharT, std::char_traits<CharT>, test_allocator<CharT>>… struct36 void check_different_pointers(test_stringbuf<CharT> const& other) const { in check_different_pointers() argument
28 struct test_stringbuf : std::basic_stringbuf<CharT> { struct34 void check_different_pointers(test_stringbuf<CharT> const& other) const { in check_different_pointers() argument