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() function94 ErrorOr(const ErrorOr &Other) { in ErrorOr() function114 ErrorOr(ErrorOr &&Other) { in ErrorOr() function
69 template <class OtherT> friend class ErrorOr; variable92 ErrorOr(std::error_code EC) : HasError(true) { in ErrorOr() function104 ErrorOr(const ErrorOr &Other) { in ErrorOr() function124 ErrorOr(ErrorOr &&Other) { in ErrorOr() function