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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc643 struct IntReferenceWrapper { struct in namespace:testing::gmock_matchers_test
644 IntReferenceWrapper(const int& a_value) : value(&a_value) {} function in struct:testing::gmock_matchers_test::IntReferenceWrapper
648 bool operator==(const IntReferenceWrapper& a, const IntReferenceWrapper& b) {
654 Matcher<IntReferenceWrapper> m = MatcherCast<IntReferenceWrapper>(n);
762 Matcher<IntReferenceWrapper> m = SafeMatcherCast<IntReferenceWrapper>(n);

Completed in 25 milliseconds