mirror of
https://github.com/google/googletest.git
synced 2025-12-08 01:36:50 +08:00
Refactor function GetNextPrime so that the loop precondition is checked before loop instead of during every loop run. Also by removing the loop condition, it shows that the only exit from the loop is the return statement. PiperOrigin-RevId: 293932783 |
||
|---|---|---|
| .. | ||
| prime_tables.h | ||
| sample1_unittest.cc | ||
| sample1.cc | ||
| sample1.h | ||
| sample2_unittest.cc | ||
| sample2.cc | ||
| sample2.h | ||
| sample3_unittest.cc | ||
| sample3-inl.h | ||
| sample4_unittest.cc | ||
| sample4.cc | ||
| sample4.h | ||
| sample5_unittest.cc | ||
| sample6_unittest.cc | ||
| sample7_unittest.cc | ||
| sample8_unittest.cc | ||
| sample9_unittest.cc | ||
| sample10_unittest.cc | ||