HomeSort by relevance Sort by last modified time
    Searched refs:__remove (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_algos.h 94 __remove(_ForwardIterator __first, _ForwardIterator __last, function in namespace:__gnu_profile
profiler_trace.h 514 __line.erase(__remove(__line.begin(), __line.end(), ' '),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_algos.h 94 __remove(_ForwardIterator __first, _ForwardIterator __last, function in namespace:__gnu_profile
profiler_trace.h 514 __line.erase(__remove(__line.begin(), __line.end(), ' '),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_algos.h 94 __remove(_ForwardIterator __first, _ForwardIterator __last, function in namespace:__gnu_profile
profiler_trace.h 514 __line.erase(__remove(__line.begin(), __line.end(), ' '),
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_algos.h 94 __remove(_ForwardIterator __first, _ForwardIterator __last, function in namespace:__gnu_profile
profiler_trace.h 514 __line.erase(__remove(__line.begin(), __line.end(), ' '),
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_algos.h 94 __remove(_ForwardIterator __first, _ForwardIterator __last, function in namespace:__gnu_profile
profiler_trace.h 514 __line.erase(__remove(__line.begin(), __line.end(), ' '),
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_algos.h 94 __remove(_ForwardIterator __first, _ForwardIterator __last, function in namespace:__gnu_profile
profiler_trace.h 514 __line.erase(__remove(__line.begin(), __line.end(), ' '),
  /external/libcxx/src/
debug.cpp 276 c->__remove(p);
418 c->__remove(i);
610 __c_node::__remove(__i_node* p) function in class:__c_node
613 _LIBCPP_ASSERT(r != end_, "debug mode internal logic error __c_node::__remove");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 220 c->__remove(p);
361 c->__remove(i);
562 __c_node::__remove(__i_node* p) function in class:__c_node
565 _LIBCPP_ASSERT(r != end_, "debug mode internal logic error __c_node::__remove");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
debug.cpp 219 c->__remove(p);
361 c->__remove(i);
562 __c_node::__remove(__i_node* p) function in class:__c_node
565 _LIBCPP_ASSERT(r != end_, "debug mode internal logic error __c_node::__remove");
  /external/libcxx/src/experimental/filesystem/
operations.cpp 794 bool __remove(const path& p, std::error_code *ec) { function
820 if (!__remove(p, &ec)) return npos;

Completed in 888 milliseconds