Searched defs:SumOf4 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 102 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function 161 int SumOf4(int a, int b, int c, int d) const { in SumOf4() function in testing::gmock_more_actions_test::Foo
|
H A D | gmock-actions_test.cc | 1215 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 102 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function 161 int SumOf4(int a, int b, int c, int d) const { in SumOf4() function in testing::gmock_more_actions_test::Foo
|
H A D | gmock-actions_test.cc | 1215 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 92 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function 151 int SumOf4(int a, int b, int c, int d) const { in SumOf4() function in testing::gmock_more_actions_test::Foo
|
H A D | gmock-actions_test.cc | 1215 int SumOf4(int a, int b, int c, int d) { return a + b + c + d; } in SumOf4() function
|