Go to the source code of this file.
Functions | |
int | Factorial (int n) |
bool | IsPrime (int n) |
int Factorial | ( | int | n | ) |
Definition at line 37 of file gmock/gtest/samples/sample1.cc.
bool IsPrime | ( | int | n | ) |
Definition at line 47 of file gmock/gtest/samples/sample1.cc.