Home
last modified time | relevance | path

Searched refs:MakeDeathTestMatcher (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h62 inline Matcher<const ::std::string&> MakeDeathTestMatcher( in MakeDeathTestMatcher() function
66 inline Matcher<const ::std::string&> MakeDeathTestMatcher(const char* regex) { in MakeDeathTestMatcher() function
69 inline Matcher<const ::std::string&> MakeDeathTestMatcher( in MakeDeathTestMatcher() function
76 inline Matcher<const ::std::string&> MakeDeathTestMatcher( in MakeDeathTestMatcher() function
227 ::testing::internal::MakeDeathTestMatcher(regex_or_matcher), \
264 ::testing::internal::MakeDeathTestMatcher(regex_or_matcher); \
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-death-test.h320 ::testing::internal::MakeDeathTestMatcher(regex_or_matcher); \