Searched refs:Concat8 (Results 1 – 2 of 2) sorted by relevance
/external/chromium/testing/gmock/test/ |
D | gmock-more-actions_test.cc | 161 string Concat8(const char* s1, const char* s2, const char* s3, in Concat8() function 210 string Concat8(const char* s1, const char* s2, const char* s3, in Concat8() function in testing::gmock_more_actions_test::Foo 295 Invoke(Concat8); in TEST() 430 Invoke(&foo, &Foo::Concat8); in TEST()
|
D | gmock-generated-actions_test.cc | 144 string Concat8(const char* s1, const char* s2, const char* s3, in Concat8() function 224 EXPECT_EQ("12345678", a.Perform(make_tuple(&Concat8))); in TEST() 344 WithArgs<0, 1, 2, 3, 0, 1, 2, 3>(Invoke(Concat8)); in TEST()
|