\brief Return the data buffer absolute offset of the data for the value at the passed index. Does not perform boundschecking
| 104 | /// |
| 105 | /// Does not perform boundschecking |
| 106 | offset_type value_offset(int64_t i) const { return raw_value_offsets_[i]; } |
| 107 | |
| 108 | /// \brief Return the length of the data for the value at the passed index. |
| 109 | /// |
no outgoing calls