| 349 | } |
| 350 | |
| 351 | inline byte_t<4> byte_4_value(int64_t index) const |
| 352 | { |
| 353 | if (mode_ == mode_t::scalar_inplace) { |
| 354 | ASSERT(index == 0); |
| 355 | return base::span_cast<const byte_t<4>>(data())[index]; |
| 356 | } |
| 357 | return holder()->byte_4_value(index); |
| 358 | } |
| 359 | |
| 360 | inline byte_t<8> byte_8_value(int64_t index) const |
| 361 | { |