| 1295 | fbb_.AddElement<int8_t>(12, static_cast<int8_t>(method), 0); |
| 1296 | } |
| 1297 | void add_nbits(int32_t nbits) { |
| 1298 | fbb_.AddElement<int32_t>(14, nbits, 8); |
| 1299 | } |
| 1300 | void add_zeroPoint(int8_t zeroPoint) { |
| 1301 | fbb_.AddElement<int8_t>(16, zeroPoint, 0); |
| 1302 | } |
no outgoing calls
no test coverage detected