| 316 | fbb_.AddElement<int8_t>(PrimitiveArray::VT_ENCODING, static_cast<int8_t>(encoding), 0); |
| 317 | } |
| 318 | void add_offset(int64_t offset) { |
| 319 | fbb_.AddElement<int64_t>(PrimitiveArray::VT_OFFSET, offset, 0); |
| 320 | } |
| 321 | void add_length(int64_t length) { |
| 322 | fbb_.AddElement<int64_t>(PrimitiveArray::VT_LENGTH, length, 0); |
| 323 | } |
no outgoing calls
no test coverage detected