Home
last modified time | relevance | path

Searched refs:replace_if (Results 1 – 3 of 3) sorted by relevance

/external/stlport/test/unit/
Dbind_test.cpp76 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()
Drm_cp_test.cpp88 replace_if(v1.begin(), v1.end(), odd, 42); in replif1()
/external/stlport/stlport/stl/
D_algo.h190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { in replace_if() function