D | gmock_mutant.h | 1430 typename A3, typename A4, typename A5, typename A6> 1431 inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > 1432 CreateFunctor(T* obj, R (U::*method)(A1, A2, A3, A4, A5, A6)) { in CreateFunctor() argument 1433 MutantRunner<R, Tuple6<A1, A2, A3, A4, A5, A6> >* t = in CreateFunctor() 1434 new Mutant<R, T, R (U::*)(A1, A2, A3, A4, A5, A6), in CreateFunctor() 1435 Tuple0, Tuple6<A1, A2, A3, A4, A5, A6> > in CreateFunctor() 1437 return MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> >(t); in CreateFunctor() 1441 typename A5, typename A6> 1442 inline MutantFunctor<R, Tuple6<A1, A2, A3, A4, A5, A6> > 1443 CreateFunctor(R (*function)(A1, A2, A3, A4, A5, A6)) { in CreateFunctor() argument [all …]
|