HomeSort by relevance Sort by last modified time
    Searched refs:underflow_called (Results 1 - 2 of 2) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sgetc.pass.cpp 20 int underflow_called = 0; variable
37 ++underflow_called;
46 assert(underflow_called == 0);
48 assert(underflow_called == 1);
52 assert(underflow_called == 1);
54 assert(underflow_called == 1);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
uflow.pass.cpp 20 int underflow_called = 0; variable

Completed in 2359 milliseconds