Searched refs:ErrorMatchesMono (Results 1 – 1 of 1) sorted by relevance
84 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> {86 explicit ErrorMatchesMono(std::optional<testing::Matcher<InfoT &>> Matcher) in ErrorMatchesMono() function199 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>(std::nullopt)); in Failed()204 return MakeMatcher(new detail::ErrorMatchesMono<InfoT>( in Failed()