Searched defs:IsPrime (Results 1 – 4 of 4) sorted by relevance
| /third_party/googletest/googletest/samples/ | ||
| D | prime_tables.h | 57 bool IsPrime(int n) const override { in IsPrime() function |
| D | sample1.cc | 45 bool IsPrime(int n) { in IsPrime() function |
| D | sample5_unittest.cc | 115 TEST_F(IntegerFunctionTest, IsPrime) { in TEST_F() argument |
| D | sample8_unittest.cc | 61 bool IsPrime(int n) const override { in IsPrime() function in __anon71ff2f8a0111::HybridPrimeTable |