Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc104 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } in SumOfFirst2() function
300 Action<int(int, int, double, const std::string&)> a1 = Invoke(SumOfFirst2); in TEST()
305 Action<int(int, int, bool, int*)> a2 = Invoke(SumOfFirst2); in TEST()