OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overflow_called
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp
20
int
overflow_called
= 0;
variable
41
++
overflow_called
;
50
assert(
overflow_called
== 0);
52
assert(
overflow_called
== 1);
56
assert(
overflow_called
== 1);
59
assert(
overflow_called
== 1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp
20
int
overflow_called
= 0;
variable
41
++
overflow_called
;
50
assert(
overflow_called
== 0);
52
assert(
overflow_called
== 1);
56
assert(
overflow_called
== 1);
59
assert(
overflow_called
== 1);
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp
20
int
overflow_called
= 0;
variable
33
{++
overflow_called
; return base::overflow(c);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp
20
int
overflow_called
= 0;
variable
33
{++
overflow_called
; return base::overflow(c);}
Completed in 84 milliseconds