| 1375 | }; |
| 1376 | |
| 1377 | inline ::flatbuffers::Offset<FixedSizeBinary> CreateFixedSizeBinary( |
| 1378 | ::flatbuffers::FlatBufferBuilder &_fbb, |
| 1379 | int32_t byteWidth = 0) { |
| 1380 | FixedSizeBinaryBuilder builder_(_fbb); |
| 1381 | builder_.add_byteWidth(byteWidth); |
| 1382 | return builder_.Finish(); |
| 1383 | } |
| 1384 | |
| 1385 | struct Bool FLATBUFFERS_FINAL_CLASS : private ::flatbuffers::Table { |
| 1386 | typedef BoolBuilder Builder; |
no test coverage detected