HomeSort by relevance Sort by last modified time
    Searched defs:remove_if (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/cc/base/
scoped_ptr_algorithm.h 13 ForwardIterator remove_if( function in namespace:cc
  /bionic/linker/
linked_list.h 107 void remove_if(F predicate) { function in class:LinkedList
  /external/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
278 remove_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { function
  /external/stlport/stlport/stl/debug/
_list.h 435 void remove_if(_Predicate __pred) { function in class:list
_slist.h 551 void remove_if(_Predicate __pred) { function in class:slist
  /external/stlport/stlport/stl/pointers/
_list.h 310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
_slist.h 390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 435 void remove_if(_Predicate __pred) { function in class:list
_slist.h 551 void remove_if(_Predicate __pred) { function in class:slist
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
_slist.h 390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 435 void remove_if(_Predicate __pred) { function in class:list
_slist.h 551 void remove_if(_Predicate __pred) { function in class:slist
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
_slist.h 390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 435 void remove_if(_Predicate __pred) { function in class:list
_slist.h 551 void remove_if(_Predicate __pred) { function in class:slist
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 310 void remove_if(_Predicate __pred) function in class:list
311 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }
_slist.h 390 void remove_if(_Predicate __pred) function in class:slist
391 { _M_impl.remove_if(_STLP_PRIV _UnaryPredWrapper<_StorageType, _Tp, _Predicate>(__pred)); }

Completed in 826 milliseconds

1 2 3