Searched refs:FormatMatcherDescription (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gmock/src/
H A Dgmock-matchers.cc92 string FormatMatcherDescription(bool negation, const char* matcher_name, function in namespace:testing::internal
/external/chromium/testing/gmock/include/gmock/
H A 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...]
H A Dgmock-matchers.h2551 string FormatMatcherDescription(bool negation, const char* matcher_name,
/external/chromium/testing/gmock/test/
H A Dgmock-matchers_test.cc125 using testing::internal::FormatMatcherDescription;
3752 // Tests FormatMatcherDescription().
3756 FormatMatcherDescription(false, "IsEven", Strings()));
3758 FormatMatcherDescription(true, "IsEven", Strings()));
3762 FormatMatcherDescription(false, "Equals",
3767 FormatMatcherDescription(false, "IsInRange",

Completed in 213 milliseconds