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

  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
mem_fun1_t.pass.cpp 12 // mem_fun1_t
28 typedef std::mem_fun1_t<short, A, int> F;
  /external/stlport/stlport/stl/
_function_adaptors.h 441 class mem_fun1_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args1::_Ptr
446 explicit mem_fun1_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun1_t
539 class mem_fun1_t : public binary_function<_Tp*,_Arg,_Ret> {
542 explicit mem_fun1_t(__fun_type __pf) : _M_f(__pf) {}
646 class mem_fun1_t<void, _Tp, _Arg> : public binary_function<_Tp*,_Arg,void> {
649 explicit mem_fun1_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {}
735 inline mem_fun1_t<_Result,_Tp,_Arg>
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
754 inline mem_fun1_t<_Result,_Tp,_Arg>
755 mem_fun1(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 441 class mem_fun1_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args1::_Ptr
446 explicit mem_fun1_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun1_t
539 class mem_fun1_t : public binary_function<_Tp*,_Arg,_Ret> {
542 explicit mem_fun1_t(__fun_type __pf) : _M_f(__pf) {}
646 class mem_fun1_t<void, _Tp, _Arg> : public binary_function<_Tp*,_Arg,void> {
649 explicit mem_fun1_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {}
735 inline mem_fun1_t<_Result,_Tp,_Arg>
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
754 inline mem_fun1_t<_Result,_Tp,_Arg>
755 mem_fun1(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 441 class mem_fun1_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args1::_Ptr
446 explicit mem_fun1_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun1_t
539 class mem_fun1_t : public binary_function<_Tp*,_Arg,_Ret> {
542 explicit mem_fun1_t(__fun_type __pf) : _M_f(__pf) {}
646 class mem_fun1_t<void, _Tp, _Arg> : public binary_function<_Tp*,_Arg,void> {
649 explicit mem_fun1_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {}
735 inline mem_fun1_t<_Result,_Tp,_Arg>
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
754 inline mem_fun1_t<_Result,_Tp,_Arg>
755 mem_fun1(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 441 class mem_fun1_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args1::_Ptr
446 explicit mem_fun1_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun1_t
539 class mem_fun1_t : public binary_function<_Tp*,_Arg,_Ret> {
542 explicit mem_fun1_t(__fun_type __pf) : _M_f(__pf) {}
646 class mem_fun1_t<void, _Tp, _Arg> : public binary_function<_Tp*,_Arg,void> {
649 explicit mem_fun1_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {}
735 inline mem_fun1_t<_Result,_Tp,_Arg>
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
754 inline mem_fun1_t<_Result,_Tp,_Arg>
755 mem_fun1(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 441 class mem_fun1_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args1::_Ptr
446 explicit mem_fun1_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun1_t
539 class mem_fun1_t : public binary_function<_Tp*,_Arg,_Ret> {
542 explicit mem_fun1_t(__fun_type __pf) : _M_f(__pf) {}
646 class mem_fun1_t<void, _Tp, _Arg> : public binary_function<_Tp*,_Arg,void> {
649 explicit mem_fun1_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {}
735 inline mem_fun1_t<_Result,_Tp,_Arg>
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
754 inline mem_fun1_t<_Result,_Tp,_Arg>
755 mem_fun1(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 441 class mem_fun1_t : class in inherits:_Mem_fun_traits::_STLP_TEMPLATE_Args1::_Ptr
446 explicit mem_fun1_t(typename _Base::__fun_type __f) : _Base(__f) {} function in class:mem_fun1_t
539 class mem_fun1_t : public binary_function<_Tp*,_Arg,_Ret> {
542 explicit mem_fun1_t(__fun_type __pf) : _M_f(__pf) {}
646 class mem_fun1_t<void, _Tp, _Arg> : public binary_function<_Tp*,_Arg,void> {
649 explicit mem_fun1_t _STLP_PSPEC3(void,_Tp,_Arg) (__fun_type __pf) : _M_f(__pf) {}
735 inline mem_fun1_t<_Result,_Tp,_Arg>
736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); }
754 inline mem_fun1_t<_Result,_Tp,_Arg>
755 mem_fun1(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 596 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
600 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
688 inline mem_fun1_t<_Ret, _Tp, _Arg>
690 { return mem_fun1_t<_Ret, _Tp, _Arg>(__f); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h 614 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
618 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
706 inline mem_fun1_t<_Ret, _Tp, _Arg>
708 { return mem_fun1_t<_Ret, _Tp, _Arg>(__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 614 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
618 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
706 inline mem_fun1_t<_Ret, _Tp, _Arg>
708 { return mem_fun1_t<_Ret, _Tp, _Arg>(__f); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 596 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
600 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
688 inline mem_fun1_t<_Ret, _Tp, _Arg>
690 { return mem_fun1_t<_Ret, _Tp, _Arg>(__f); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 596 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
600 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
688 inline mem_fun1_t<_Ret, _Tp, _Arg>
690 { return mem_fun1_t<_Ret, _Tp, _Arg>(__f); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 596 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
600 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
688 inline mem_fun1_t<_Ret, _Tp, _Arg>
690 { return mem_fun1_t<_Ret, _Tp, _Arg>(__f); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 596 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
600 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
688 inline mem_fun1_t<_Ret, _Tp, _Arg>
690 { return mem_fun1_t<_Ret, _Tp, _Arg>(__f); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 614 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
618 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
706 inline mem_fun1_t<_Ret, _Tp, _Arg>
708 { return mem_fun1_t<_Ret, _Tp, _Arg>(__f); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 624 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
628 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
716 inline mem_fun1_t<_Ret, _Tp, _Arg>
718 { return mem_fun1_t<_Ret, _Tp, _Arg>(__f); }

Completed in 1226 milliseconds