HomeSort by relevance Sort by last modified time
    Searched refs:Concat9 (Results 1 - 2 of 2) sorted by null

  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 167 string Concat9(const char* s1, const char* s2, const char* s3,
216 string Concat9(const char* s1, const char* s2, const char* s3,
306 const char*)> a = Invoke(Concat9);
442 const char*)> a = Invoke(&foo, &Foo::Concat9);
gmock-generated-actions_test.cc 150 string Concat9(const char* s1, const char* s2, const char* s3,
233 EXPECT_EQ("123456789", a.Perform(make_tuple(&Concat9)));
353 WithArgs<0, 1, 2, 3, 1, 2, 3, 2, 3>(Invoke(Concat9));
    [all...]

Completed in 407 milliseconds