Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
Dsputc.pass.cpp20 int overflow_called = 0; variable
41 ++overflow_called; in overflow()
50 assert(overflow_called == 0); in main()
52 assert(overflow_called == 1); in main()
56 assert(overflow_called == 1); in main()
59 assert(overflow_called == 1); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Doverflow.pass.cpp20 int overflow_called = 0; variable
33 {++overflow_called; return base::overflow(c);} in overflow()