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

  /external/stlport/test/unit/
bind_test.cpp 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4);
85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4);
rm_cp_test.cpp 88 replace_if(v1.begin(), v1.end(), odd, 42);
  /ndk/tests/device/test-gnustl-full/unit/
bind_test.cpp 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4);
85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4);
rm_cp_test.cpp 88 replace_if(v1.begin(), v1.end(), odd, 42);
  /ndk/tests/device/test-stlport/unit/
bind_test.cpp 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4);
85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4);
rm_cp_test.cpp 88 replace_if(v1.begin(), v1.end(), odd, 42);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 495 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
499 replace_if(_FIter, _FIter, _Predicate, const _Tp&,
504 replace_if(_FIter, _FIter, _Predicate, const _Tp&,
algo.h 1442 replace_if(ForwardIterator begin, ForwardIterator end, Predicate pred, function in namespace:std::__parallel
1487 replace_if(ForwardIterator begin, ForwardIterator end, function in namespace:std::__parallel
1499 replace_if(ForwardIterator begin, ForwardIterator end, function in namespace:std::__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 103 replace_if
502 // replace_if
709 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
stl_algo.h 4834 replace_if(_ForwardIterator __first, _ForwardIterator __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 105 replace_if
507 // replace_if
718 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
stl_algo.h 5007 replace_if(_ForwardIterator __first, _ForwardIterator __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 105 replace_if
507 // replace_if
718 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
stl_algo.h 5007 replace_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 103 replace_if
502 // replace_if
709 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
stl_algo.h 4834 replace_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 103 replace_if
502 // replace_if
709 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
stl_algo.h 4834 replace_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 103 replace_if
502 // replace_if
709 replace_if(_FIter, _FIter, _Predicate, const _Tp&);
stl_algo.h 4834 replace_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /external/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { function
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { function
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { function
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { function

Completed in 369 milliseconds