HomeSort by relevance Sort by last modified time
    Searched refs:remove_if (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/stlport/stlport/stl/
_slist.h 794 void remove_if(_Predicate __pred) { function in class:slist
  /external/stlport/stlport/stl/debug/
_slist.h 551 void remove_if(_Predicate __pred) { function in class:slist
  /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
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 551 void remove_if(_Predicate __pred) { function in class:slist
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_list.h     [all...]
stl_algo.h 1164 remove_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_list.h     [all...]
  /prebuilts/ndk/android-ndk-r5/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/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 551 void remove_if(_Predicate __pred) { function in class:slist
  /prebuilts/ndk/android-ndk-r6/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/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 551 void remove_if(_Predicate __pred) { function in class:slist
  /prebuilts/ndk/android-ndk-r7/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/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 551 void remove_if(_Predicate __pred) { function in class:slist
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 386 std::remove_if(term_char_word_set_cache_.begin(),
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 863 std::remove_if(intRects.begin(), intRects.end(), _ewk_frame_rect_is_negative_value);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 131 L.erase(std::remove_if(L.begin(), L.end(), EmptyStringRef()), L.end());
132 R.erase(std::remove_if(R.begin(), R.end(), EmptyBlock()), R.end());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 1179 remove_if(_ForwardIterator __first, _ForwardIterator __last, function
    [all...]

Completed in 2250 milliseconds

1 23 4