| 3622 | } |
| 3623 | |
| 3624 | srt::CUDT::APIError::APIError(const CUDTException& e) |
| 3625 | { |
| 3626 | SetThreadLocalError(e); |
| 3627 | } |
| 3628 | |
| 3629 | srt::CUDT::APIError::APIError(CodeMajor mj, CodeMinor mn, int syserr) |
| 3630 | { |
nothing calls this directly
no test coverage detected