| 677 | inline alloc_slice Encoder::finish(FLError* err) {return FLEncoder_Finish(_enc, err);} |
| 678 | inline void Encoder::reset() {return FLEncoder_Reset(_enc);} |
| 679 | inline FLError Encoder::error() const {return FLEncoder_GetError(_enc);} |
| 680 | inline const char* Encoder::errorMessage() const {return FLEncoder_GetErrorMessage(_enc);} |
| 681 | |
| 682 | // specialization for assigning bool value since there is no Encoder<<bool |
no test coverage detected