Home
last modified time | relevance | path

Searched refs:SumOf4 (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock-more-actions_test.cc116 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
192 int SumOf4(int a, int b, int c, int d) const { in SumOf4() function in testing::gmock_more_actions_test::Foo
261 Action<int(int, int, int, int)> a = Invoke(SumOf4); // NOLINT in TEST()
357 Action<long(int, short, char, bool)> a = Invoke(SumOf4); // NOLINT in TEST()
395 Action<int(int, int, int, int)> a = Invoke(&foo, &Foo::SumOf4); // NOLINT in TEST()
467 Invoke(&foo, &Foo::SumOf4); in TEST()
Dgmock-actions_test.cc1055 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
1085 int SumOf4(int a, int b, int c, int d) const { in SumOf4() function in __anon3e4373c20111::Foo
Dgmock-generated-actions_test.cc103 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
392 WithArgs<1, 1, 1, 1>(Invoke(SumOf4)); in TEST()
/external/googletest/googlemock/test/
Dgmock-more-actions_test.cc110 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
186 int SumOf4(int a, int b, int c, int d) const { in SumOf4() function in testing::gmock_more_actions_test::Foo
255 Action<int(int, int, int, int)> a = Invoke(SumOf4); // NOLINT in TEST()
355 Action<long(int, short, char, bool)> a = Invoke(SumOf4); // NOLINT in TEST()
394 Action<int(int, int, int, int)> a = Invoke(&foo, &Foo::SumOf4); // NOLINT in TEST()
469 Invoke(&foo, &Foo::SumOf4); in TEST()
Dgmock-actions_test.cc926 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
1096 WithArgs<1, 1, 1, 1>(Invoke(SumOf4)); in TEST()