Home | History | Annotate | Download | only in test

Lines Matching refs:Concat8

144 string Concat8(const char* s1, const char* s2, const char* s3,
224 EXPECT_EQ("12345678", a.Perform(make_tuple(&Concat8)));
344 WithArgs<0, 1, 2, 3, 0, 1, 2, 3>(Invoke(Concat8));