Searched defs:ErrorOr (Results 1 – 2 of 2) sorted by relevance
57 template <class OtherT> friend class ErrorOr; variable82 ErrorOr(std::error_code EC) : HasError(true) { in ErrorOr() function93 ErrorOr(const ErrorOr &Other) { in ErrorOr() function110 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
36 template <typename T> class ErrorOr; variable