/external/stlport/test/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-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));
|