\brief Return pointer to raw value offsets accounting for any slice offset
| 298 | |
| 299 | /// \brief Return pointer to raw value offsets accounting for any slice offset |
| 300 | const offset_type* raw_value_sizes() const { return raw_value_sizes_; } |
| 301 | |
| 302 | /// \brief Return the size of the value at a particular index |
| 303 | /// |
no outgoing calls