| 384 | } |
| 385 | |
| 386 | void DowncastInts(const int64_t* source, int8_t* dest, int64_t length) { |
| 387 | CastIntsInternal(source, dest, length); |
| 388 | } |
| 389 | |
| 390 | void DowncastInts(const int64_t* source, int16_t* dest, int64_t length) { |
| 391 | CastIntsInternal(source, dest, length); |
no test coverage detected