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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3944 const int* ReferencingFunction(const int& n) { return &n; } function in namespace:testing::gmock_matchers_test
3954 Matcher<const int&> matcher2 = ResultOf(ReferencingFunction, Eq(&n));

Completed in 30 milliseconds