Searched refs:__pf (Results 1 – 7 of 7) sorted by relevance
587 mem_fun_t(_Ret (_Tp::*__pf)()) in mem_fun_t() argument588 : _M_f(__pf) {} in mem_fun_t()603 const_mem_fun_t(_Ret (_Tp::*__pf)() const) in const_mem_fun_t()604 : _M_f(__pf) {} in const_mem_fun_t()619 mem_fun_ref_t(_Ret (_Tp::*__pf)()) in mem_fun_ref_t() argument620 : _M_f(__pf) {} in mem_fun_ref_t()635 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) in const_mem_fun_ref_t()636 : _M_f(__pf) {} in const_mem_fun_ref_t()651 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) in mem_fun1_t()652 : _M_f(__pf) {} in mem_fun1_t()[all …]
112 operator<<(__ostream_type& (*__pf)(__ostream_type&)) in _GLIBCXX_BEGIN_NAMESPACE()117 return __pf(*this); in _GLIBCXX_BEGIN_NAMESPACE()121 operator<<(__ios_type& (*__pf)(__ios_type&)) in _GLIBCXX_BEGIN_NAMESPACE()126 __pf(*this); in _GLIBCXX_BEGIN_NAMESPACE()131 operator<<(ios_base& (*__pf) (ios_base&)) in _GLIBCXX_BEGIN_NAMESPACE()136 __pf(*this); in _GLIBCXX_BEGIN_NAMESPACE()
131 operator>>(__istream_type& (*__pf)(__istream_type&)) in _GLIBCXX_BEGIN_NAMESPACE()132 { return __pf(*this); } in _GLIBCXX_BEGIN_NAMESPACE()135 operator>>(__ios_type& (*__pf)(__ios_type&)) in _GLIBCXX_BEGIN_NAMESPACE()137 __pf(*this); in _GLIBCXX_BEGIN_NAMESPACE()142 operator>>(ios_base& (*__pf)(ios_base&)) in _GLIBCXX_BEGIN_NAMESPACE()144 __pf(*this); in _GLIBCXX_BEGIN_NAMESPACE()
202 explicit _Mem_fn(_Functor __pf) : __pmf(__pf) { }256 explicit _Mem_fn(_Functor __pf) : __pmf(__pf) { }310 explicit _Mem_fn(_Functor __pf) : __pmf(__pf) { }364 explicit _Mem_fn(_Functor __pf) : __pmf(__pf) { }
191 basic_ostream& operator<<(basic_ostream& (*__pf)(basic_ostream&));193 (*__pf)(basic_ios<char_type,traits_type>&));194 basic_ostream& operator<<(ios_base& (*__pf)(ios_base&));320 basic_ostream<_CharT, _Traits>::operator<<(basic_ostream& (*__pf)(basic_ostream&))322 return __pf(*this);329 (*__pf)(basic_ios<char_type,traits_type>&))331 __pf(*this);338 basic_ostream<_CharT, _Traits>::operator<<(ios_base& (*__pf)(ios_base&))340 __pf(*this);
216 basic_istream& operator>>(basic_istream& (*__pf)(basic_istream&));218 (*__pf)(basic_ios<char_type, traits_type>&));219 basic_istream& operator>>(ios_base& (*__pf)(ios_base&));730 basic_istream<_CharT, _Traits>::operator>>(basic_istream& (*__pf)(basic_istream&))732 return __pf(*this);739 (*__pf)(basic_ios<char_type, traits_type>&))741 __pf(*this);748 basic_istream<_CharT, _Traits>::operator>>(ios_base& (*__pf)(ios_base&))750 __pf(*this);
4693 operator>>(__istream_type& (*__pf)(__istream_type&)): Don't use4696 (*__pf)(__ios_type&)): Same.4698 (*__pf)(ios_base&))): Same.