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

  /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++/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); }
  /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); }

Completed in 105 milliseconds