| 1483 | ::flatbuffers::FlatBufferBuilder &fbb_; |
| 1484 | ::flatbuffers::uoffset_t start_; |
| 1485 | void add_precision(int32_t precision) { |
| 1486 | fbb_.AddElement<int32_t>(Decimal::VT_PRECISION, precision, 0); |
| 1487 | } |
| 1488 | void add_scale(int32_t scale) { |
| 1489 | fbb_.AddElement<int32_t>(Decimal::VT_SCALE, scale, 0); |
| 1490 | } |
no outgoing calls
no test coverage detected