Searched refs:IntReferenceWrapper (Results 1 – 1 of 1) sorted by relevance
751 struct IntReferenceWrapper { struct752 IntReferenceWrapper(const int& a_value) : value(&a_value) {} in IntReferenceWrapper() function756 bool operator==(const IntReferenceWrapper& a, const IntReferenceWrapper& b) { in operator ==()762 Matcher<IntReferenceWrapper> m = MatcherCast<IntReferenceWrapper>(n); in TEST()876 Matcher<IntReferenceWrapper> m = SafeMatcherCast<IntReferenceWrapper>(n); in TEST()