Home
last modified time | relevance | path

Searched refs:IntReferenceWrapper (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc620 struct IntReferenceWrapper { struct
621 IntReferenceWrapper(const int& a_value) : value(&a_value) {} in IntReferenceWrapper() argument
625 bool operator==(const IntReferenceWrapper& a, const IntReferenceWrapper& b) { in operator ==()
631 Matcher<IntReferenceWrapper> m = MatcherCast<IntReferenceWrapper>(n); in TEST()
765 Matcher<IntReferenceWrapper> m = SafeMatcherCast<IntReferenceWrapper>(n); in TEST()