HomeSort by relevance Sort by last modified time
    Searched refs:mem_fun (Results 26 - 50 of 54) sorted by null

12 3

  /external/clang/test/SemaCXX/
for-range-examples.cpp 109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } function in namespace:map_range
146 for (auto a : map(map_range::mem_fun(&T::get<int>), pairs)) {
  /external/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
Android.mk 31 test_name := depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun
32 test_src := mem_fun.pass.cpp
  /external/chromium_org/ui/wm/core/
transient_window_manager.cc 142 std::mem_fun(&Window::Hide));
  /external/chromium_org/chrome/browser/safe_browsing/
last_download_finder.cc 137 std::bind1st(std::mem_fun(&LastDownloadFinder::SearchInProfile), this));
  /external/chromium_org/ui/compositor/
layer.cc 628 std::mem_fun(&LayerAnimator::StopAnimating));
720 std::bind2nd(std::mem_fun(&Layer::CollectAnimators),
977 std::bind2nd(std::mem_fun(&Layer::AddAnimatorsInTreeToCollection),
989 std::bind2nd(std::mem_fun(&Layer::RemoveAnimatorsInTreeFromCollection),
  /external/clang/include/clang/AST/
DeclContextInternals.h 134 std::mem_fun(&Decl::isFromASTFile)),
  /external/stlport/stlport/stl/
_function_adaptors.h 55 // ignore it by using the helper function mem_fun and mem_fun_ref,
713 // Mem_fun adaptor helper functions. There are only two:
714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref
720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); }
724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); }
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 55 // ignore it by using the helper function mem_fun and mem_fun_ref,
713 // Mem_fun adaptor helper functions. There are only two:
714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref
720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); }
724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); }
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 55 // ignore it by using the helper function mem_fun and mem_fun_ref,
713 // Mem_fun adaptor helper functions. There are only two:
714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref
720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); }
724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); }
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 55 // ignore it by using the helper function mem_fun and mem_fun_ref,
713 // Mem_fun adaptor helper functions. There are only two:
714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref
720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); }
724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); }
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 55 // ignore it by using the helper function mem_fun and mem_fun_ref,
713 // Mem_fun adaptor helper functions. There are only two:
714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref
720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); }
724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); }
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 55 // ignore it by using the helper function mem_fun and mem_fun_ref,
713 // Mem_fun adaptor helper functions. There are only two:
714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref
720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); }
724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); }
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_adaptors.h 55 // ignore it by using the helper function mem_fun and mem_fun_ref,
713 // Mem_fun adaptor helper functions. There are only two:
714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref
720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); }
724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); }
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 883 * ignore it by using the helper function mem_fun and mem_fun_ref,
1032 // Mem_fun adaptor helper functions. There are only two:
1033 // mem_fun and mem_fun_ref.
1036 mem_fun(_Ret (_Tp::*__f)())
1041 mem_fun(_Ret (_Tp::*__f)() const)
1056 mem_fun(_Ret (_Tp::*__f)(_Arg))
1061 mem_fun(_Ret (_Tp::*__f)(_Arg) const)
  /external/chromium_org/third_party/webrtc/video/
bitrate_estimator_tests.cc 94 std::mem_fun(&Stream::StopSending));
  /external/chromium_org/chrome/browser/prerender/
prerender_link_manager.cc 480 std::bind1st(std::mem_fun(&std::list<LinkPrerender>::erase),
prerender_manager.cc     [all...]
  /external/chromium_org/chrome/installer/util/
installer_state.cc 715 std::bind2nd(std::mem_fun(&Product::AddComDllList),
  /external/chromium_org/webkit/browser/appcache/
appcache_service_impl.cc 460 std::mem_fun(&AsyncHelper::Cancel));
appcache_storage_impl.cc     [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 701 std::bind1st(std::mem_fun(&SimpleBackendImpl::OnDoomComplete),
simple_index_unittest.cc 126 std::bind1st(std::mem_fun(&SimpleIndex::Remove),
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.cc 267 std::mem_fun(&CookieTreeNode::DeleteStoredObjects));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 285 std::bind1st(std::mem_fun(&AMDGPUPeepholeOpt::instLevelOptimizations),
    [all...]
  /external/chromium_org/webkit/browser/quota/
quota_manager.cc     [all...]

Completed in 1055 milliseconds

12 3