| 13 | } |
| 14 | |
| 15 | static void CityHash64(int n) { |
| 16 | for (int i = 0; i < n; i++) { |
| 17 | toft::CityHash64(test_str); |
| 18 | } |
| 19 | } |
| 20 | |
| 21 | static void CityHash128(int n) { |
| 22 | for (int i = 0; i < n; i++) { |
nothing calls this directly
no outgoing calls
no test coverage detected