Searched refs:FormatMatcherDescription (Results 1 – 5 of 5) sorted by relevance
/external/chromium/testing/gmock/src/ |
D | gmock-matchers.cc | 92 string FormatMatcherDescription(bool negation, const char* matcher_name, in FormatMatcherDescription() function
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-matchers.h | 1277 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 …]
|
D | gmock-generated-matchers.h.pump | 623 return ::testing::internal::FormatMatcherDescription(\
|
D | gmock-matchers.h | 2551 string FormatMatcherDescription(bool negation, const char* matcher_name,
|
/external/chromium/testing/gmock/test/ |
D | gmock-matchers_test.cc | 125 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()
|