Home
last modified time | relevance | path

Searched refs:__old_value (Results 1 – 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
D_algobase.h702 const _Tp& __old_value, const _Tp& __new_value) { in replace() argument
705 if (*__first == __old_value) in replace()
D_algo.h200 const _Tp& __old_value, const _Tp& __new_value) { in replace_copy() argument
203 *__result = *__first == __old_value ? __new_value : *__first; in replace_copy()
/external/libcxx/include/
Dutility760 _T1 __old_value = _VSTD::move(__obj);
762 return __old_value;
Dalgorithm1962 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new…
1965 if (*__first == __old_value)
1987 const _Tp& __old_value, const _Tp& __new_value)
1990 if (*__first == __old_value)