| 400 | } |
| 401 | |
| 402 | void DowncastUInts(const uint64_t* source, uint8_t* dest, int64_t length) { |
| 403 | CastIntsInternal(source, dest, length); |
| 404 | } |
| 405 | |
| 406 | void DowncastUInts(const uint64_t* source, uint16_t* dest, int64_t length) { |
| 407 | CastIntsInternal(source, dest, length); |
no test coverage detected