HomeSort by relevance Sort by last modified time
    Searched refs:remove_copy_if (Results 1 - 20 of 20) sorted by null

  /external/stlport/test/unit/
rm_cp_test.cpp 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
  /ndk/tests/device/test-gnustl-full/unit/
rm_cp_test.cpp 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
  /ndk/tests/device/test-stlport/unit/
rm_cp_test.cpp 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
  /external/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 956 * remove_copy_if() is stable, so the relative order of elements that are
962 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 100 remove_copy_if
495 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 941 * remove_copy_if() is stable, so the relative order of elements that are
947 remove_copy_if(_InputIterator __first, _InputIterator __last, 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 100 remove_copy_if
495 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 941 * remove_copy_if() is stable, so the relative order of elements that are
947 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 956 * remove_copy_if() is stable, so the relative order of elements that are
962 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 956 * remove_copy_if() is stable, so the relative order of elements that are
962 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
stl_algo.h 956 * remove_copy_if() is stable, so the relative order of elements that are
962 remove_copy_if(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 404 milliseconds