| 394 | TypedBufferBuilder<uint8_t> value_data_builder_; |
| 395 | |
| 396 | Status AppendNextOffset() { |
| 397 | const int64_t num_bytes = value_data_builder_.length(); |
| 398 | return offsets_builder_.Append(static_cast<offset_type>(num_bytes)); |
| 399 | } |
| 400 | |
| 401 | void UnsafeAppendNextOffset() { |
| 402 | const int64_t num_bytes = value_data_builder_.length(); |