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

  /external/google-breakpad/src/testing/test/
gmock-more-actions_test.cc 173 string Concat10(const char* s1, const char* s2, const char* s3,
222 string Concat10(const char* s1, const char* s2, const char* s3,
318 const char*, const char*)> a = Invoke(Concat10);
455 const char*, const char*)> a = Invoke(&foo, &Foo::Concat10);
gmock-generated-actions_test.cc 156 string Concat10(const char* s1, const char* s2, const char* s3,
243 EXPECT_EQ("1234567890", a.Perform(make_tuple(&Concat10)));
362 WithArgs<0, 1, 2, 3, 2, 1, 0, 1, 2, 3>(Invoke(Concat10));
    [all...]
  /external/googletest/googlemock/test/
gmock-more-actions_test.cc 173 std::string Concat10(const char* s1, const char* s2, const char* s3,
222 std::string Concat10(const char* s1, const char* s2, const char* s3,
320 a = Invoke(Concat10);
461 a = Invoke(&foo, &Foo::Concat10);
gmock-generated-actions_test.cc 156 std::string Concat10(const char* s1, const char* s2, const char* s3,
242 EXPECT_EQ("1234567890", a.Perform(make_tuple(&Concat10)));
362 WithArgs<0, 1, 2, 3, 2, 1, 0, 1, 2, 3>(Invoke(Concat10));
    [all...]
  /external/v8/testing/gmock/test/
gmock-more-actions_test.cc 173 string Concat10(const char* s1, const char* s2, const char* s3,
222 string Concat10(const char* s1, const char* s2, const char* s3,
318 const char*, const char*)> a = Invoke(Concat10);
455 const char*, const char*)> a = Invoke(&foo, &Foo::Concat10);
gmock-generated-actions_test.cc 156 string Concat10(const char* s1, const char* s2, const char* s3,
243 EXPECT_EQ("1234567890", a.Perform(make_tuple(&Concat10)));
362 WithArgs<0, 1, 2, 3, 2, 1, 0, 1, 2, 3>(Invoke(Concat10));
    [all...]

Completed in 167 milliseconds