| 29 | void ByteAlign() {} |
| 30 | |
| 31 | void SetStream(uint8_t* buffer) { |
| 32 | this->buffer = buffer; |
| 33 | this->index = 0; |
| 34 | } |
| 35 | |
| 36 | template <class T, uint8_t SIZE> |
| 37 | void WriteValue(const T& value) { |
nothing calls this directly
no outgoing calls
no test coverage detected