Home | History | Annotate | Download | only in test

Lines Matching refs:Concat10

156 string Concat10(const char* s1, const char* s2, const char* s3,
243 EXPECT_EQ("1234567890", a.Perform(make_tuple(&Concat10)));
362 WithArgs<0, 1, 2, 3, 2, 1, 0, 1, 2, 3>(Invoke(Concat10));