Home
last modified time | relevance | path

Searched refs:__old_value (Results 1 – 2 of 2) 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()