HomeSort by relevance Sort by last modified time
    Searched refs:copy_n (Results 1 - 25 of 26) sorted by null

1 2

  /external/stlport/test/unit/
istmit_test.cpp 90 istream_char_ite ite = copy_n(copy_n(istream_char_ite(istr),
94 copy_n(ite, 2, back_inserter(chars));
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
109 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
116 * in the previous copy_n call, this value is returned in the pair
117 * returned by copy_n but is lost as this istream_iterator is not used.
118 * copy_n and istream_iterator can only be combined safely if:
120 * the istream_iterator returned by copy_n (see previous test with "aabbcd")
125 copy_n(istream_int_ite(istr), 2, back_inserter(ints))
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp 90 istream_char_ite ite = copy_n(copy_n(istream_char_ite(istr),
94 copy_n(ite, 2, back_inserter(chars));
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
109 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
116 * in the previous copy_n call, this value is returned in the pair
117 * returned by copy_n but is lost as this istream_iterator is not used.
118 * copy_n and istream_iterator can only be combined safely if:
120 * the istream_iterator returned by copy_n (see previous test with "aabbcd")
125 copy_n(istream_int_ite(istr), 2, back_inserter(ints))
    [all...]
  /ndk/tests/device/test-stlport/unit/
istmit_test.cpp 90 istream_char_ite ite = copy_n(copy_n(istream_char_ite(istr),
94 copy_n(ite, 2, back_inserter(chars));
103 copy_n(istream_int_ite(istr), 2, back_inserter(ints));
109 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
116 * in the previous copy_n call, this value is returned in the pair
117 * returned by copy_n but is lost as this istream_iterator is not used.
118 * copy_n and istream_iterator can only be combined safely if:
120 * the istream_iterator returned by copy_n (see previous test with "aabbcd")
125 copy_n(istream_int_ite(istr), 2, back_inserter(ints))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 50 copy_n (C++0x)
221 copy_n(_IIter, _Size, _OIter);
stl_algo.h 1058 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 52 copy_n (C++0x)
224 copy_n(_IIter, _Size, _OIter);
stl_algo.h 1043 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 52 copy_n (C++0x)
224 copy_n(_IIter, _Size, _OIter);
stl_algo.h 1043 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 50 copy_n (C++0x)
221 copy_n(_IIter, _Size, _OIter);
stl_algo.h 1058 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 50 copy_n (C++0x)
221 copy_n(_IIter, _Size, _OIter);
stl_algo.h 1058 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) function
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 50 copy_n (C++0x)
221 copy_n(_IIter, _Size, _OIter);
  /external/stlport/stlport/stl/
_algobase.h 370 // copy_n (not part of the C++ standard)
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 370 // copy_n (not part of the C++ standard)
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 370 // copy_n (not part of the C++ standard)
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 370 // copy_n (not part of the C++ standard)
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 370 // copy_n (not part of the C++ standard)
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 48 #include <ext/algorithm> // For copy_n and lexicographical_compare_3way
1090 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 48 #include <ext/algorithm> // For copy_n and lexicographical_compare_3way
1092 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 48 #include <ext/algorithm> // For copy_n and lexicographical_compare_3way
1092 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 48 #include <ext/algorithm> // For copy_n and lexicographical_compare_3way
1090 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 48 #include <ext/algorithm> // For copy_n and lexicographical_compare_3way
1090 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 48 #include <ext/algorithm> // For copy_n and lexicographical_compare_3way
1090 return copy_n(__l->_M_data, __l->_M_size, __buffer).second;
    [all...]

Completed in 428 milliseconds

1 2