| 1406 | }; |
| 1407 | |
| 1408 | inline ::flatbuffers::Offset<Bool> CreateBool( |
| 1409 | ::flatbuffers::FlatBufferBuilder &_fbb) { |
| 1410 | BoolBuilder builder_(_fbb); |
| 1411 | return builder_.Finish(); |
| 1412 | } |
| 1413 | |
| 1414 | /// Contains two child arrays, run_ends and values. |
| 1415 | /// The run_ends child array must be a 16/32/64-bit integer array |