HomeSort by relevance Sort by last modified time
    Searched full:mem_fun_ref_t (Results 1 - 25 of 25) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
mem_fun_ref_t.pass.cpp 12 // mem_fun_ref_t
28 typedef std::mem_fun_ref_t<char, A> F;
mem_fun_ref.pass.cpp 13 // mem_fun_ref_t<S,T>
  /external/stlport/stlport/stl/
_function_adaptors.h 423 class mem_fun_ref_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args0::_Ref
428 explicit mem_fun_ref_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun_ref_t
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
522 explicit mem_fun_ref_t(__fun_type __pf) : _M_f(__pf) {}
626 class mem_fun_ref_t<void, _Tp> : public unary_function<_Tp,void> {
629 explicit mem_fun_ref_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {}
727 inline mem_fun_ref_t<_Result,_Tp>
728 mem_fun_ref(_Result (_Tp::*__f)()) { return mem_fun_ref_t<_Result,_Tp>(__f); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 423 class mem_fun_ref_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args0::_Ref
428 explicit mem_fun_ref_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun_ref_t
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
522 explicit mem_fun_ref_t(__fun_type __pf) : _M_f(__pf) {}
626 class mem_fun_ref_t<void, _Tp> : public unary_function<_Tp,void> {
629 explicit mem_fun_ref_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {}
727 inline mem_fun_ref_t<_Result,_Tp>
728 mem_fun_ref(_Result (_Tp::*__f)()) { return mem_fun_ref_t<_Result,_Tp>(__f); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 423 class mem_fun_ref_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args0::_Ref
428 explicit mem_fun_ref_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun_ref_t
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
522 explicit mem_fun_ref_t(__fun_type __pf) : _M_f(__pf) {}
626 class mem_fun_ref_t<void, _Tp> : public unary_function<_Tp,void> {
629 explicit mem_fun_ref_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {}
727 inline mem_fun_ref_t<_Result,_Tp>
728 mem_fun_ref(_Result (_Tp::*__f)()) { return mem_fun_ref_t<_Result,_Tp>(__f); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 423 class mem_fun_ref_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args0::_Ref
428 explicit mem_fun_ref_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun_ref_t
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
522 explicit mem_fun_ref_t(__fun_type __pf) : _M_f(__pf) {}
626 class mem_fun_ref_t<void, _Tp> : public unary_function<_Tp,void> {
629 explicit mem_fun_ref_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {}
727 inline mem_fun_ref_t<_Result,_Tp>
728 mem_fun_ref(_Result (_Tp::*__f)()) { return mem_fun_ref_t<_Result,_Tp>(__f); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 423 class mem_fun_ref_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args0::_Ref
428 explicit mem_fun_ref_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun_ref_t
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
522 explicit mem_fun_ref_t(__fun_type __pf) : _M_f(__pf) {}
626 class mem_fun_ref_t<void, _Tp> : public unary_function<_Tp,void> {
629 explicit mem_fun_ref_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {}
727 inline mem_fun_ref_t<_Result,_Tp>
728 mem_fun_ref(_Result (_Tp::*__f)()) { return mem_fun_ref_t<_Result,_Tp>(__f); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 423 class mem_fun_ref_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args0::_Ref
428 explicit mem_fun_ref_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun_ref_t
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
522 explicit mem_fun_ref_t(__fun_type __pf) : _M_f(__pf) {}
626 class mem_fun_ref_t<void, _Tp> : public unary_function<_Tp,void> {
629 explicit mem_fun_ref_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {}
727 inline mem_fun_ref_t<_Result,_Tp>
728 mem_fun_ref(_Result (_Tp::*__f)()) { return mem_fun_ref_t<_Result,_Tp>(__f); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_adaptors.h 423 class mem_fun_ref_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args0::_Ref
428 explicit mem_fun_ref_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun_ref_t
519 class mem_fun_ref_t : public unary_function<_Tp,_Ret> {
522 explicit mem_fun_ref_t(__fun_type __pf) : _M_f(__pf) {}
626 class mem_fun_ref_t<void, _Tp> : public unary_function<_Tp,void> {
629 explicit mem_fun_ref_t _STLP_PSPEC2(void,_Tp) (__fun_type __pf) : _M_f(__pf) {}
727 inline mem_fun_ref_t<_Result,_Tp>
728 mem_fun_ref(_Result (_Tp::*__f)()) { return mem_fun_ref_t<_Result,_Tp>(__f); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 560 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
564 mem_fun_ref_t(_Ret (_Tp::*__pf)())
678 inline mem_fun_ref_t<_Ret, _Tp>
680 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h 578 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
582 mem_fun_ref_t(_Ret (_Tp::*__pf)())
696 inline mem_fun_ref_t<_Ret, _Tp>
698 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_function.h 578 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
582 mem_fun_ref_t(_Ret (_Tp::*__pf)())
696 inline mem_fun_ref_t<_Ret, _Tp>
698 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 560 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
564 mem_fun_ref_t(_Ret (_Tp::*__pf)())
678 inline mem_fun_ref_t<_Ret, _Tp>
680 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 560 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
564 mem_fun_ref_t(_Ret (_Tp::*__pf)())
678 inline mem_fun_ref_t<_Ret, _Tp>
680 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 560 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
564 mem_fun_ref_t(_Ret (_Tp::*__pf)())
678 inline mem_fun_ref_t<_Ret, _Tp>
680 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 560 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
564 mem_fun_ref_t(_Ret (_Tp::*__pf)())
678 inline mem_fun_ref_t<_Ret, _Tp>
680 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 578 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
582 mem_fun_ref_t(_Ret (_Tp::*__pf)())
696 inline mem_fun_ref_t<_Ret, _Tp>
698 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 588 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
592 mem_fun_ref_t(_Ret (_Tp::*__pf)())
706 inline mem_fun_ref_t<_Ret, _Tp>
708 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 578 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
582 mem_fun_ref_t(_Ret (_Tp::*__pf)())
696 inline mem_fun_ref_t<_Ret, _Tp>
698 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 588 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
592 mem_fun_ref_t(_Ret (_Tp::*__pf)())
706 inline mem_fun_ref_t<_Ret, _Tp>
708 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_function.h 578 class mem_fun_ref_t : public unary_function<_Tp, _Ret> class in inherits:unary_function
582 mem_fun_ref_t(_Ret (_Tp::*__pf)())
696 inline mem_fun_ref_t<_Ret, _Tp>
698 { return mem_fun_ref_t<_Ret, _Tp>(__f); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
functional 280 class mem_fun_ref_t : public unary_function<T, S>
283 explicit mem_fun_ref_t(S (T::*p)());
295 template<class S, class T> mem_fun_ref_t<S,T> mem_fun_ref(S (T::*f)());
757 class _LIBCPP_TYPE_VIS mem_fun_ref_t : public unary_function<_Tp, _Sp>
761 _LIBCPP_INLINE_VISIBILITY explicit mem_fun_ref_t(_Sp (_Tp::*__p)())
780 mem_fun_ref_t<_Sp,_Tp>
782 {return mem_fun_ref_t<_Sp,_Tp>(__f);}
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 974 milliseconds