| 690 | |
| 691 | template <typename DType> |
| 692 | inline void DictEncoderImpl<DType>::PutByteArray(const void* ptr, int32_t length) { |
| 693 | DCHECK(false); |
| 694 | } |
| 695 | |
| 696 | template <> |
| 697 | inline void DictEncoderImpl<ByteArrayType>::PutByteArray(const void* ptr, |
nothing calls this directly
no test coverage detected