Searched defs:SumOf4 (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/testing/test/ |
D | gmock-more-actions_test.cc | 116 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
|
D | gmock-actions_test.cc | 1055 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 __anon4e31d9990111::Foo
|
D | gmock-generated-actions_test.cc | 103 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
|
/external/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 110 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
|
D | gmock-actions_test.cc | 926 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
|