| 5494 | fbb_.AddOffset(SUB_Input::VT_INPUT2, input2); |
| 5495 | } |
| 5496 | void add_fuse_code(FuseCode fuse_code) { |
| 5497 | fbb_.AddElement<int8_t>(SUB_Input::VT_FUSE_CODE, static_cast<int8_t>(fuse_code), 0); |
| 5498 | } |
| 5499 | explicit SUB_InputBuilder(flatbuffers::FlatBufferBuilder &_fbb) |
| 5500 | : fbb_(_fbb) { |
| 5501 | start_ = fbb_.StartTable(); |
nothing calls this directly
no outgoing calls
no test coverage detected