| 810 | }; |
| 811 | |
| 812 | inline ::flatbuffers::Offset<LargeList> CreateLargeList( |
| 813 | ::flatbuffers::FlatBufferBuilder &_fbb) { |
| 814 | LargeListBuilder builder_(_fbb); |
| 815 | return builder_.Finish(); |
| 816 | } |
| 817 | |
| 818 | /// Represents the same logical types that List can, but contains offsets and |
| 819 | /// sizes allowing for writes in any order and sharing of child values among |