| 3236 | fbb_.AddOffset(MUL_Input::VT_INPUT2, input2); |
| 3237 | } |
| 3238 | void add_fuse_code(FuseCode fuse_code) { |
| 3239 | fbb_.AddElement<int8_t>(MUL_Input::VT_FUSE_CODE, static_cast<int8_t>(fuse_code), 0); |
| 3240 | } |
| 3241 | explicit MUL_InputBuilder(flatbuffers::FlatBufferBuilder &_fbb) |
| 3242 | : fbb_(_fbb) { |
| 3243 | start_ = fbb_.StartTable(); |
nothing calls this directly
no outgoing calls
no test coverage detected