Home
last modified time | relevance | path

Searched refs:FormatMatcherDescription (Results 1 – 5 of 5) sorted by relevance

/external/chromium/testing/gmock/src/
Dgmock-matchers.cc92 string FormatMatcherDescription(bool negation, const char* matcher_name, in FormatMatcherDescription() function
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-matchers.h1277 return ::testing::internal::FormatMatcherDescription(\
1326 return ::testing::internal::FormatMatcherDescription(\
1379 return ::testing::internal::FormatMatcherDescription(\
1437 return ::testing::internal::FormatMatcherDescription(\
1500 return ::testing::internal::FormatMatcherDescription(\
1571 return ::testing::internal::FormatMatcherDescription(\
1645 return ::testing::internal::FormatMatcherDescription(\
1723 return ::testing::internal::FormatMatcherDescription(\
1808 return ::testing::internal::FormatMatcherDescription(\
1899 return ::testing::internal::FormatMatcherDescription(\
[all …]
Dgmock-generated-matchers.h.pump623 return ::testing::internal::FormatMatcherDescription(\
Dgmock-matchers.h2551 string FormatMatcherDescription(bool negation, const char* matcher_name,
/external/chromium/testing/gmock/test/
Dgmock-matchers_test.cc125 using testing::internal::FormatMatcherDescription;
3756 FormatMatcherDescription(false, "IsEven", Strings())); in TEST()
3758 FormatMatcherDescription(true, "IsEven", Strings())); in TEST()
3762 FormatMatcherDescription(false, "Equals", in TEST()
3767 FormatMatcherDescription(false, "IsInRange", in TEST()