write int8_t value to buffer.
| 217 | |
| 218 | /// write int8_t value to buffer. |
| 219 | FORY_ALWAYS_INLINE void write_int8(int8_t value) { |
| 220 | buffer_.write_int8(value); |
| 221 | } |
| 222 | |
| 223 | /// write uint16_t value to buffer. |
| 224 | FORY_ALWAYS_INLINE void write_uint16(uint16_t value) { |
no outgoing calls