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

  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sbumpc.pass.cpp 20 int uflow_called = 0; variable
37 ++uflow_called;
46 assert(uflow_called == 0);
48 assert(uflow_called == 1);
52 assert(uflow_called == 1);
54 assert(uflow_called == 1);
snextc.pass.cpp 20 int uflow_called = 0; variable
37 ++uflow_called;
46 assert(uflow_called == 0);
48 assert(uflow_called == 1);
52 assert(uflow_called == 1);
54 assert(uflow_called == 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
sbumpc.pass.cpp 20 int uflow_called = 0; variable
37 ++uflow_called;
46 assert(uflow_called == 0);
48 assert(uflow_called == 1);
52 assert(uflow_called == 1);
54 assert(uflow_called == 1);
snextc.pass.cpp 20 int uflow_called = 0; variable
37 ++uflow_called;
46 assert(uflow_called == 0);
48 assert(uflow_called == 1);
52 assert(uflow_called == 1);
54 assert(uflow_called == 1);

Completed in 279 milliseconds