| 98 | const offset_type* raw_value_offsets() const { return raw_value_offsets_; } |
| 99 | |
| 100 | const uint8_t* raw_data() const { return raw_data_; } |
| 101 | |
| 102 | /// \brief Return the data buffer absolute offset of the data for the value |
| 103 | /// at the passed index. |
no outgoing calls