Searched defs:SumOf5 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 106 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function 167 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
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 106 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function 167 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
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 96 int SumOf5(int a, int b, int c, int d, int e) { return a + b + c + d + e; } in SumOf5() function 157 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
|