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

  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 155 string Concat7(const char* s1, const char* s2, const char* s3,
204 string Concat7(const char* s1, const char* s2, const char* s3,
284 Invoke(Concat7);
418 Invoke(&foo, &Foo::Concat7);
gmock-generated-actions_test.cc 138 string Concat7(const char* s1, const char* s2, const char* s3,
215 EXPECT_EQ("1234567", a.Perform(make_tuple(&Concat7)));
335 WithArgs<0, 1, 2, 3, 2, 1, 0>(Invoke(Concat7));
    [all...]

Completed in 347 milliseconds