| 340 | namespace { |
| 341 | |
| 342 | BufferSpan OffsetsForScalar(uint8_t* scratch_space, int64_t offset_width) { |
| 343 | return {scratch_space, offset_width * 2}; |
| 344 | } |
| 345 | |
| 346 | std::pair<BufferSpan, BufferSpan> OffsetsAndSizesForScalar(uint8_t* scratch_space, |
| 347 | int64_t offset_width) { |