Searched defs:__pf (Results 1 – 2 of 2) sorted by relevance
531 explicit mem_fun_t(_Ret (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_t()551 explicit mem_fun_ref_t(_Ret (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_ref_t()612 explicit mem_fun_t(void (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_t()632 explicit mem_fun_ref_t(void (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_ref_t()
587 mem_fun_t(_Ret (_Tp::*__pf)()) in mem_fun_t()619 mem_fun_ref_t(_Ret (_Tp::*__pf)()) in mem_fun_ref_t()