Searched refs:SumOf6 (Results 1 – 2 of 2) sorted by relevance
/external/cronet/third_party/googletest/src/googlemock/test/ |
D | gmock-more-actions_test.cc | 103 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6() function 158 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6() function in testing::gmock_more_actions_test::Foo 231 Action<int(int, int, int, int, int, int)> a = Invoke(SumOf6); // NOLINT in TEST() 372 Invoke(&foo, &Foo::SumOf6); in TEST() 724 EXPECT_EQ(123456, a.Perform(std::make_tuple(&SumOf6))); in TEST()
|
/external/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 103 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6() function 158 int SumOf6(int a, int b, int c, int d, int e, int f) { in SumOf6() function in testing::gmock_more_actions_test::Foo 231 Action<int(int, int, int, int, int, int)> a = Invoke(SumOf6); // NOLINT in TEST() 373 Invoke(&foo, &Foo::SumOf6); in TEST() 721 EXPECT_EQ(123456, a.Perform(std::make_tuple(&SumOf6))); in TEST()
|