| 1263 | }; |
| 1264 | |
| 1265 | inline ::flatbuffers::Offset<LargeBinary> CreateLargeBinary( |
| 1266 | ::flatbuffers::FlatBufferBuilder &_fbb) { |
| 1267 | LargeBinaryBuilder builder_(_fbb); |
| 1268 | return builder_.Finish(); |
| 1269 | } |
| 1270 | |
| 1271 | /// Logically the same as Utf8, but the internal representation uses a view |
| 1272 | /// struct that contains the string length and either the string's entire data |