Home | History | Annotate | Download | only in include

Lines Matching full:__a2

57           operator() (_A0& __a0, _A1& __a1, _A2& __a2) const
59 return __invoke(__f_, __a0, __a1, __a2);
619 __func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>::operator()(_A0 __a0, _A1 __a1, _A2 __a2)
621 return __invoke(__f_.first(), __a0, __a1, __a2);
1794 function<_Rp(_A0, _A1, _A2)>::operator()(_A0 __a0, _A1 __a1, _A2 __a2) const
1800 return (*__f_)(__a0, __a1, __a2);