Searched refs:SumOfLast2 (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/testing/test/ |
D | gmock-more-actions_test.cc | 196 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } in SumOfLast2() function in testing::gmock_more_actions_test::Foo 341 Invoke(&foo, &Foo::SumOfLast2); in TEST() 345 Invoke(&foo, &Foo::SumOfLast2); in TEST()
|
/external/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 190 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } in SumOfLast2() function in testing::gmock_more_actions_test::Foo 339 Action<int(std::string, bool, int, int)> a1 = Invoke(&foo, &Foo::SumOfLast2); in TEST() 343 Invoke(&foo, &Foo::SumOfLast2); in TEST()
|