Home | History | Annotate | Download | only in test

Lines Matching refs:Concat7

138 string Concat7(const char* s1, const char* s2, const char* s3,
215 EXPECT_EQ("1234567", a.Perform(make_tuple(&Concat7)));
335 WithArgs<0, 1, 2, 3, 2, 1, 0>(Invoke(Concat7));