Note that this buffer does not account for any slice offset
| 94 | |
| 95 | /// Note that this buffer does not account for any slice offset |
| 96 | std::shared_ptr<Buffer> value_data() const { return data_->buffers[2]; } |
| 97 | |
| 98 | const offset_type* raw_value_offsets() const { return raw_value_offsets_; } |
| 99 |
no outgoing calls