Searched refs:IntReferenceWrapper (Results 1 – 1 of 1) sorted by relevance
793 struct IntReferenceWrapper { struct794 IntReferenceWrapper(const int& a_value) : value(&a_value) {} in IntReferenceWrapper() argument798 bool operator==(const IntReferenceWrapper& a, const IntReferenceWrapper& b) { in operator ==()804 Matcher<IntReferenceWrapper> m = MatcherCast<IntReferenceWrapper>(n); in TEST()918 Matcher<IntReferenceWrapper> m = SafeMatcherCast<IntReferenceWrapper>(n); in TEST()