Searched refs:Concat10 (Results 1 - 4 of 4) sorted by relevance
/external/gmock/test/ |
H A D | gmock-more-actions_test.cc | 173 string Concat10(const char* s1, const char* s2, const char* s3, function in namespace:testing::gmock_more_actions_test 222 string Concat10(const char* s1, const char* s2, const char* s3, function in class:testing::gmock_more_actions_test::Foo 318 const char*, const char*)> a = Invoke(Concat10); 455 const char*, const char*)> a = Invoke(&foo, &Foo::Concat10);
|
H A D | gmock-generated-actions_test.cc | 156 string Concat10(const char* s1, const char* s2, const char* s3, function in namespace:testing::gmock_generated_actions_test 243 EXPECT_EQ("1234567890", a.Perform(make_tuple(&Concat10))); 362 WithArgs<0, 1, 2, 3, 2, 1, 0, 1, 2, 3>(Invoke(Concat10));
|
/external/google-breakpad/src/testing/test/ |
H A D | gmock-more-actions_test.cc | 173 string Concat10(const char* s1, const char* s2, const char* s3, function in namespace:testing::gmock_more_actions_test 222 string Concat10(const char* s1, const char* s2, const char* s3, function in class:testing::gmock_more_actions_test::Foo 318 const char*, const char*)> a = Invoke(Concat10); 455 const char*, const char*)> a = Invoke(&foo, &Foo::Concat10);
|
H A D | gmock-generated-actions_test.cc | 156 string Concat10(const char* s1, const char* s2, const char* s3, function in namespace:testing::gmock_generated_actions_test 243 EXPECT_EQ("1234567890", a.Perform(make_tuple(&Concat10))); 362 WithArgs<0, 1, 2, 3, 2, 1, 0, 1, 2, 3>(Invoke(Concat10));
|
Completed in 238 milliseconds