Searched refs:Concat10 (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc173 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);
458 const char*, const char*)> a = Invoke(&foo, &Foo::Concat10);
H A Dgmock-generated-actions_test.cc156 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 18 milliseconds