| 842 | }; |
| 843 | |
| 844 | inline ::flatbuffers::Offset<ListView> CreateListView( |
| 845 | ::flatbuffers::FlatBufferBuilder &_fbb) { |
| 846 | ListViewBuilder builder_(_fbb); |
| 847 | return builder_.Finish(); |
| 848 | } |
| 849 | |
| 850 | /// Same as ListView, but with 64-bit offsets and sizes, allowing to represent |
| 851 | /// extremely large data values. |