Searched refs:SumOf5 (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/testing/test/ |
D | gmock-more-actions_test.cc | 127 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function 198 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function in testing::gmock_more_actions_test::Foo 267 Action<int(int, int, int, int, int)> a = Invoke(SumOf5); // NOLINT in TEST() 402 Action<int(int, int, int, int, int)> a = Invoke(&foo, &Foo::SumOf5); // NOLINT in TEST()
|
D | gmock-actions_test.cc | 1059 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function 1088 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function in __anon4e31d9990111::Foo
|
D | gmock-generated-actions_test.cc | 110 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function 185 EXPECT_EQ(12345, a.Perform(make_tuple(&SumOf5))); in TEST()
|