Searched refs:__old_value (Results 1 – 4 of 4) sorted by relevance
702 const _Tp& __old_value, const _Tp& __new_value) { in replace() argument705 if (*__first == __old_value) in replace()
200 const _Tp& __old_value, const _Tp& __new_value) { in replace_copy() argument203 *__result = *__first == __old_value ? __new_value : *__first; in replace_copy()
760 _T1 __old_value = _VSTD::move(__obj);762 return __old_value;
1962 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)