Lines Matching refs:DecodingError
215 return &DecodingError{len(data), "unexpected EOF", nil}
219 return &DecodingError{7, "invalid pointer size", ptrsz}
241 return &DecodingError{len(data), "unexpected EOF", nil}
261 return &DecodingError{len(data), "unexpected EOF", nil}
268 return &DecodingError{len(data), "unexpected EOF", nil}
283 return &DecodingError{len(data), "unexpected EOF", nil}
287 return &DecodingError{len(data) - len(p) + 4, "bad symbol type", typ}
314 return &DecodingError{len(data), "unexpected EOF", nil}
322 return &DecodingError{len(data), "unexpected EOF", nil}
385 return &DecodingError{-1, "bad filename code", eltIdx}
761 type DecodingError struct { struct
767 func (e *DecodingError) Error() string { argument