Searched refs:SumOf4 (Results 1 – 4 of 4) sorted by relevance
/external/cronet/third_party/googletest/src/googlemock/test/ |
D | gmock-more-actions_test.cc | 91 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function 150 int SumOf4(int a, int b, int c, int d) const { in SumOf4() function in testing::gmock_more_actions_test::Foo 219 Action<int(int, int, int, int)> a = Invoke(SumOf4); // NOLINT in TEST() 317 Action<long(int, short, char, bool)> a = Invoke(SumOf4); // NOLINT in TEST() 356 Action<int(int, int, int, int)> a = Invoke(&foo, &Foo::SumOf4); // NOLINT in TEST() 432 Invoke(&foo, &Foo::SumOf4); in TEST()
|
D | gmock-actions_test.cc | 951 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function 1120 WithArgs<1, 1, 1, 1>(Invoke(SumOf4)); in TEST()
|
/external/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 91 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function 150 int SumOf4(int a, int b, int c, int d) const { in SumOf4() function in testing::gmock_more_actions_test::Foo 219 Action<int(int, int, int, int)> a = Invoke(SumOf4); // NOLINT in TEST() 319 Action<long(int, short, char, bool)> a = Invoke(SumOf4); // NOLINT in TEST() 358 Action<int(int, int, int, int)> a = Invoke(&foo, &Foo::SumOf4); // NOLINT in TEST() 433 Invoke(&foo, &Foo::SumOf4); in TEST()
|
D | gmock-actions_test.cc | 971 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function 1141 WithArgs<1, 1, 1, 1>(Invoke(SumOf4)); in TEST()
|