Searched refs:IsErrorAndImpl (Results 1 – 1 of 1) sorted by relevance
86 class IsErrorAndImpl : public ::testing::MatcherInterface<ExpectedT> {91 explicit IsErrorAndImpl(InnerMatcher innerMatcher) in IsErrorAndImpl() function129 return ::testing::Matcher<T>{new IsErrorAndImpl<const T&>(inner_matcher_)};