Searched refs:FormatMatcherDescription (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/testing/src/ |
D | gmock-matchers.cc | 92 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() function
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-matchers.h | 1433 return ::testing::internal::FormatMatcherDescription(\ 1482 return ::testing::internal::FormatMatcherDescription(\ 1535 return ::testing::internal::FormatMatcherDescription(\ 1593 return ::testing::internal::FormatMatcherDescription(\ 1656 return ::testing::internal::FormatMatcherDescription(\ 1727 return ::testing::internal::FormatMatcherDescription(\ 1801 return ::testing::internal::FormatMatcherDescription(\ 1879 return ::testing::internal::FormatMatcherDescription(\ 1964 return ::testing::internal::FormatMatcherDescription(\ 2055 return ::testing::internal::FormatMatcherDescription(\ [all …]
|
D | gmock-generated-matchers.h.pump | 677 return ::testing::internal::FormatMatcherDescription(\
|
D | gmock-matchers.h | 2677 GTEST_API_ string FormatMatcherDescription(bool negation,
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 129 using testing::internal::FormatMatcherDescription; 3936 FormatMatcherDescription(false, "IsEven", Strings())); in TEST() 3938 FormatMatcherDescription(true, "IsEven", Strings())); in TEST() 3942 FormatMatcherDescription(false, "Equals", in TEST() 3947 FormatMatcherDescription(false, "IsInRange", in TEST()
|