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

/external/google-breakpad/src/testing/test/
H A Dgmock-matchers_test.cc3478 const int* ReferencingFunction(const int& n) { return &n; } function in namespace:testing::gmock_matchers_test
3488 Matcher<const int&> matcher2 = ResultOf(ReferencingFunction, Eq(&n));
/external/gmock/test/
H A Dgmock-matchers_test.cc3761 const int* ReferencingFunction(const int& n) { return &n; } function in namespace:testing::gmock_matchers_test
3771 Matcher<const int&> matcher2 = ResultOf(ReferencingFunction, Eq(&n));

Completed in 81 milliseconds