Home | History | Annotate | Download | only in test

Lines Matching refs:Sum

709 ACTION(Sum) { return arg0 + arg1; }
713 Action<int(int, int)> a1 = action_test::Sum();