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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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...]