Home | History | Annotate | Download | only in Support

Lines Matching refs:handleErrors

101 /// handleErrors or handleAllErrors function with a typed handler. E.g.:
111 /// handleErrors(E,
126 /// The handleAllErrors function is identical to handleErrors, except
140 // handleErrors needs to be able to set the Checked flag.
142 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
309 // handleErrors needs to be able to iterate the payload list of an
312 friend Error handleErrors(Error E, HandlerTs &&... Handlers);
498 Error handleErrors(Error E, HandlerTs &&... Hs) {
517 /// Behaves the same as handleErrors, except that it requires that all
522 auto F = handleErrors(std::move(E), std::forward<HandlerTs>(Handlers)...);