Searched refs:MatcherCast (Results 1 – 2 of 2) sorted by relevance
255 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function302 return MatcherCast<T>(matcher); in Cast()1206 matchers.push_back(MatcherCast<RawU>(matcher));1291 return MatcherCast<const T&>(matcher_).Matches(x);1624 : matcher_(MatcherCast<const Pointee&>(matcher)) {}1977 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}2980 matchers_.push_back(MatcherCast<const Element&>(*first));3062 return MatcherCast<Target>(a);3744 field, MatcherCast<const FieldType&>(matcher)));3773 property, MatcherCast<const PropertyType&>(matcher)));[all …]
158 : matcher_(::testing::MatcherCast<const Value &>(matcher)) {} in Impl()