Searched defs:DecodeError (Results 1 – 2 of 2) sorted by relevance
135 void DecodeError(Decoder* decoder, const byte* pc, const char* str, in DecodeError() function149 void DecodeError(Decoder* decoder, const byte* pc, const char* str) { in DecodeError() function161 void DecodeError(Decoder* decoder, const char* str, Args&&... args) { in DecodeError() function174 void DecodeError(Decoder* decoder, const char* str) { in DecodeError() function
44 class DecodeError(Error): class