Searched defs:IsPrime (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/googletest/googletest/samples/ | ||
H A D | prime_tables.h | 55 bool IsPrime(int n) const override { in IsPrime() function |
H A D | sample1.cc | 45 bool IsPrime(int n) { in IsPrime() function |
H A D | sample5_unittest.cc | 112 TEST_F(IntegerFunctionTest, IsPrime) { in TEST_F() argument |
H A D | sample8_unittest.cc | 61 bool IsPrime(int n) const override { in IsPrime() function in __anon5e63a84a0111::HybridPrimeTable |