Searched refs:ResultErr (Results 1 – 2 of 2) sorted by relevance
577 Error ResultErr = Error::success(); in link() local583 ResultErr = std::move(Err); in link()585 return ResultErr; in link()
162 void handleChildImportResult(Error &ResultErr, Error &&ChildErr) { in handleChildImportResult() argument164 ResultErr = joinErrors(std::move(ResultErr), std::move(ChildErr)); in handleChildImportResult()