| 1299 | }; |
| 1300 | |
| 1301 | inline ::flatbuffers::Offset<Utf8View> CreateUtf8View( |
| 1302 | ::flatbuffers::FlatBufferBuilder &_fbb) { |
| 1303 | Utf8ViewBuilder builder_(_fbb); |
| 1304 | return builder_.Finish(); |
| 1305 | } |
| 1306 | |
| 1307 | /// Logically the same as Binary, but the internal representation uses a view |
| 1308 | /// struct that contains the string length and either the string's entire data |