Searched refs:handleCustomError (Results 1 – 2 of 2) sorted by relevance
85 static Error handleCustomError(const CustomError &CE) { return Error(); } in handleCustomError() function228 handleAllErrors(make_error<CustomError>(42), handleCustomError); in TEST()
87 static Error handleCustomError(const CustomError &CE) { in handleCustomError() function233 handleAllErrors(make_error<CustomError>(42), handleCustomError); in TEST()