Searched refs:error_cast (Results 1 – 2 of 2) sorted by relevance
91 if (auto CSE = error_cast<CustomSubError>(E)) { in TEST()93 } else if (auto CE = error_cast<CustomError>(E)) { in TEST()102 if (auto CE = error_cast<CustomError>(E)) { in TEST()111 if (auto CSE = error_cast<CustomSubError>(E)) { in TEST()167 if (auto SE = error_cast<StringError>(E)) { in TEST()
37 template <typename ErrT> friend std::unique_ptr<ErrT> error_cast(Error &);157 template <typename ErrT> std::unique_ptr<ErrT> error_cast(Error &Err) { in error_cast() function381 (void)error_cast<ErrorInfoBase>(Err); in consumeError()410 if (auto EIB = error_cast<ErrorInfoBase>(Err)) in toString()