Searched refs:FormatMatcherDescription (Results 1 – 10 of 10) 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/gmock/include/gmock/ |
D | gmock-generated-matchers.h | 1413 return ::testing::internal::FormatMatcherDescription(\ 1462 return ::testing::internal::FormatMatcherDescription(\ 1515 return ::testing::internal::FormatMatcherDescription(\ 1573 return ::testing::internal::FormatMatcherDescription(\ 1636 return ::testing::internal::FormatMatcherDescription(\ 1707 return ::testing::internal::FormatMatcherDescription(\ 1781 return ::testing::internal::FormatMatcherDescription(\ 1859 return ::testing::internal::FormatMatcherDescription(\ 1944 return ::testing::internal::FormatMatcherDescription(\ 2035 return ::testing::internal::FormatMatcherDescription(\ [all …]
|
D | gmock-generated-matchers.h.pump | 646 return ::testing::internal::FormatMatcherDescription(\
|
D | gmock-matchers.h | 3306 GTEST_API_ string FormatMatcherDescription(bool negation,
|
/external/gmock/src/ |
D | gmock-matchers.cc | 127 GTEST_API_ string FormatMatcherDescription(bool negation, in FormatMatcherDescription() function
|
/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()
|
/external/gmock/test/ |
D | gmock-matchers_test.cc | 143 using testing::internal::FormatMatcherDescription; 4986 FormatMatcherDescription(false, "IsEven", Strings())); in TEST() 4988 FormatMatcherDescription(true, "IsEven", Strings())); in TEST() 4992 FormatMatcherDescription(false, "Equals", in TEST() 4997 FormatMatcherDescription(false, "IsInRange", in TEST()
|