| 1201 | }; |
| 1202 | |
| 1203 | inline ::flatbuffers::Offset<Binary> CreateBinary( |
| 1204 | ::flatbuffers::FlatBufferBuilder &_fbb) { |
| 1205 | BinaryBuilder builder_(_fbb); |
| 1206 | return builder_.Finish(); |
| 1207 | } |
| 1208 | |
| 1209 | /// Same as Utf8, but with 64-bit offsets, allowing to represent |
| 1210 | /// extremely large data values. |