| 1079 | ::flatbuffers::FlatBufferBuilder &fbb_; |
| 1080 | ::flatbuffers::uoffset_t start_; |
| 1081 | void add_bitWidth(int32_t bitWidth) { |
| 1082 | fbb_.AddElement<int32_t>(Int::VT_BITWIDTH, bitWidth, 0); |
| 1083 | } |
| 1084 | void add_is_signed(bool is_signed) { |
| 1085 | fbb_.AddElement<uint8_t>(Int::VT_IS_SIGNED, static_cast<uint8_t>(is_signed), 0); |
| 1086 | } |
no outgoing calls
no test coverage detected