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