OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:icopy
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
post_increment.pass.cpp
24
std::istream_iterator<int>
icopy
= i++;
local
25
assert(
icopy
== i);
30
j = *
icopy
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/
post_increment.pass.cpp
24
std::istream_iterator<int>
icopy
= i++;
local
25
assert(
icopy
== i);
30
j = *
icopy
;
Completed in 200 milliseconds