Searched defs:ErrorOr (Results 1 – 1 of 1) 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() function111 ErrorOr(ErrorOr &&Other) { in ErrorOr() function