Searched refs:replace_if (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/ |
D | replace_if.pass.cpp | 31 std::replace_if(Iter(ia), Iter(ia+sa), std::bind2nd(std::equal_to<int>(), 2), 5); in test()
|
/ndk/tests/device/test-stlport/unit/ |
D | bind_test.cpp | 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4); in bind2nd1() 85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4); in bind2nd2()
|
D | rm_cp_test.cpp | 88 replace_if(v1.begin(), v1.end(), odd, 42); in replif1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | bind_test.cpp | 76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4); in bind2nd1() 85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4); in bind2nd2()
|
D | rm_cp_test.cpp | 88 replace_if(v1.begin(), v1.end(), odd, 42); in replif1()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { in replace_if() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 207 replace_if(ForwardIterator first, ForwardIterator last, Predicate pred, const T& new_value); 1969 // replace_if 1974 replace_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_v…
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 166 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_if)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 175 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_if)
|