| 1807 | fbb_.AddElement<int32_t>(4, padX, 0); |
| 1808 | } |
| 1809 | void add_padY(int32_t padY) { |
| 1810 | fbb_.AddElement<int32_t>(6, padY, 0); |
| 1811 | } |
| 1812 | void add_isGlobal(bool isGlobal) { |
| 1813 | fbb_.AddElement<uint8_t>(8, static_cast<uint8_t>(isGlobal), 0); |
| 1814 | } |
no outgoing calls
no test coverage detected