| 638 | start_ = fbb_.StartTable(); |
| 639 | } |
| 640 | ::flatbuffers::Offset<Column> Finish() { |
| 641 | const auto end = fbb_.EndTable(start_); |
| 642 | auto o = ::flatbuffers::Offset<Column>(end); |
| 643 | return o; |
| 644 | } |
| 645 | }; |
| 646 | |
| 647 | inline ::flatbuffers::Offset<Column> CreateColumn( |
no outgoing calls
no test coverage detected