Home | History | Annotate | Download | only in test

Lines Matching refs:SumOf5

110 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; }
185 EXPECT_EQ(12345, a.Perform(make_tuple(&SumOf5)));