Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-more-actions_test.cc118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } in SumOfFirst2() function
329 Invoke(SumOfFirst2); in TEST()
333 Invoke(SumOfFirst2); in TEST()
/external/googletest/googlemock/test/
Dgmock-more-actions_test.cc112 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } in SumOfFirst2() function
325 Action<int(int, int, double, const std::string&)> a1 = Invoke(SumOfFirst2); in TEST()
331 Invoke(SumOfFirst2); in TEST()