Home
last modified time | relevance | path

Searched refs:pub_overflow (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dstreambuf_members.cc67 pub_overflow(int_type __c = traits_type::eof()) in pub_overflow() function in testbuf
130 VERIFY( traits_type::eof() == buf01.pub_overflow(intt01) ); in test01()
131 VERIFY( traits_type::eof() == buf01.pub_overflow() ); in test01()
H A Dfilebuf_virtuals.cc714 int_type pub_overflow(int_type c = traits_type::eof()) in pub_overflow() function in OverBuf
728 fb.pub_overflow('b'); in test14()
729 fb.pub_overflow(); in test14()