Searched defs:CastsToErrorCode (Results 1 – 2 of 2) sorted by relevance
91 struct CastsToErrorCode { in TEST() struct93 CastsToErrorCode(std::error_code) {} in TEST() argument94 operator std::error_code() { return errc::invalid_argument; } in TEST()