Home
last modified time | relevance | path

Searched refs:underflow_called (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
Dsgetc.pass.cpp20 int underflow_called = 0; variable
37 ++underflow_called; in underflow()
46 assert(underflow_called == 0); in main()
48 assert(underflow_called == 1); in main()
52 assert(underflow_called == 1); in main()
54 assert(underflow_called == 1); in main()
/external/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
Dsgetc.pass.cpp21 int underflow_called = 0; variable
38 ++underflow_called; in underflow()
47 assert(underflow_called == 0); in main()
49 assert(underflow_called == 1); in main()
53 assert(underflow_called == 1); in main()
55 assert(underflow_called == 1); in main()
/external/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
Duflow.pass.cpp21 int underflow_called = 0; variable
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
Duflow.pass.cpp20 int underflow_called = 0; variable