HomeSort by relevance Sort by last modified time
    Searched defs:replace_if (Results 1 - 3 of 3) sorted by null

  /external/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { function
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uctralgo.h 177 /// Replace_if replaces every element in the range [first, last) for which
183 inline void replace_if (Container& ctr, Predicate pred, const T& new_value) function in namespace:ustl
185 replace_if (ctr.begin(), ctr.end(), pred, new_value);
upredalgo.h 104 /// Replace_if replaces every element in the range [first, last) for which
111 inline void replace_if (ForwardIterator first, ForwardIterator last, Predicate pred, const T& new_value) function in namespace:ustl

Completed in 16 milliseconds