| 399 | } |
| 400 | |
| 401 | void UnsafeAppendNextOffset() { |
| 402 | const int64_t num_bytes = value_data_builder_.length(); |
| 403 | offsets_builder_.UnsafeAppend(static_cast<offset_type>(num_bytes)); |
| 404 | } |
| 405 | }; |
| 406 | |
| 407 | /// \class BinaryBuilder |
nothing calls this directly
no test coverage detected