write uint8_t value to buffer.
| 212 | |
| 213 | /// write uint8_t value to buffer. |
| 214 | FORY_ALWAYS_INLINE void write_uint8(uint8_t value) { |
| 215 | buffer_.write_uint8(value); |
| 216 | } |
| 217 | |
| 218 | /// write int8_t value to buffer. |
| 219 | FORY_ALWAYS_INLINE void write_int8(int8_t value) { |
no outgoing calls