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

  /bionic/libc/bionic/
pthread_atfork.cpp 77 void remove_if(F predicate) { function in class:atfork_list_t
176 g_atfork_list.remove_if([&](const atfork_t* entry) {
  /bionic/linker/
linked_list.h 158 void remove_if(F predicate) { function in class:LinkedList
  /external/llvm/include/llvm/ADT/
MapVector.h 133 /// usually better to use \a remove_if() if possible.
165 template <class Predicate> void remove_if(Predicate Pred);
170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { function in class:llvm::MapVector
  /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
_list.h 665 void remove_if(_Predicate __pred) function in class:list
_slist.h 794 void remove_if(_Predicate __pred) { function in class:slist
  /prebuilts/ndk/current/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
_list.h 665 void remove_if(_Predicate __pred) function in class:list
_slist.h 794 void remove_if(_Predicate __pred) { function in class:slist
  /system/security/keystore/
auth_token_table.cpp 38 typename Container::iterator remove_if(Container& container, Predicate pred) { function in namespace:keymaster
39 return std::remove_if(container.begin(), container.end(), pred);
154 entries_.erase(remove_if(entries_, [&](Entry& e) { return entry.Supersedes(e); }),
  /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/current/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/current/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)); }
  /art/compiler/utils/
intrusive_forward_list.h 276 remove_if([value](const value_type& v) { return value == v; });
279 void remove_if(Predicate pred) { function in class:art::IntrusiveForwardList
  /external/llvm/lib/IR/
LLVMContextImpl.h 895 template <class PredTy> void remove_if(PredTy shouldRemove) { function in class:llvm::MDAttachmentMap
897 std::remove_if(Attachments.begin(), Attachments.end(), shouldRemove),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 1134 remove_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 1134 remove_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 1134 remove_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 960 remove_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]

Completed in 634 milliseconds