OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:istream_string_ite
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp
43
typedef istream_iterator<string>
istream_string_ite
;
typedef
47
typedef istream_iterator<string, ptrdiff_t>
istream_string_ite
;
typedef
109
copy_n(
istream_string_ite
(istr), 2, back_inserter(strings));
130
copy_n(
istream_string_ite
(istr), 2, back_inserter(strings));
/ndk/tests/device/test-stlport/unit/
istmit_test.cpp
43
typedef istream_iterator<string>
istream_string_ite
;
typedef
47
typedef istream_iterator<string, ptrdiff_t>
istream_string_ite
;
typedef
109
copy_n(
istream_string_ite
(istr), 2, back_inserter(strings));
130
copy_n(
istream_string_ite
(istr), 2, back_inserter(strings));
Completed in 244 milliseconds