Searched refs:ReferencingFunction (Results 1 – 1 of 1) sorted by relevance
1125 const int* ReferencingFunction(const int& n) { return &n; } in ReferencingFunction() function1135 Matcher<const int&> matcher2 = ResultOf(ReferencingFunction, Eq(&n)); in TEST()