OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:istream_int_ite
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp
42
typedef istream_iterator<int>
istream_int_ite
;
typedef
46
typedef istream_iterator<int, ptrdiff_t>
istream_int_ite
;
typedef
103
copy_n(
istream_int_ite
(istr), 2, back_inserter(ints));
125
copy_n(
istream_int_ite
(istr), 2, back_inserter(ints));
/ndk/tests/device/test-stlport/unit/
istmit_test.cpp
42
typedef istream_iterator<int>
istream_int_ite
;
typedef
46
typedef istream_iterator<int, ptrdiff_t>
istream_int_ite
;
typedef
103
copy_n(
istream_int_ite
(istr), 2, back_inserter(ints));
125
copy_n(
istream_int_ite
(istr), 2, back_inserter(ints));
Completed in 740 milliseconds