Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_algo.h469 const _Tp& __old_value, const _Tp& __new_value) { in replace() argument
471 if (*__first == __old_value) in replace()
486 const _Tp& __old_value, const _Tp& __new_value) { in replace_copy() argument
488 *__result = *__first == __old_value ? __new_value : *__first; in replace_copy()