| 19 | } |
| 20 | |
| 21 | static void CityHash128(int n) { |
| 22 | for (int i = 0; i < n; i++) { |
| 23 | toft::CityHash128(test_str); |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | static void Fingerprint64(int n) { |
| 28 | for (int i = 0; i < n; i++) { |
nothing calls this directly
no outgoing calls
no test coverage detected