Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1125 const int* ReferencingFunction(const int& n) { return &n; } in ReferencingFunction() function
1135 Matcher<const int&> matcher2 = ResultOf(ReferencingFunction, Eq(&n)); in TEST()