Searched refs:ErrorIsImp (Results 1 – 1 of 1) sorted by relevance
576 inline bool ErrorIsImp(const std::error_code& ec, in ErrorIsImp() function589 return ErrorIsImp(ec, errors); in ErrorIs()656 TEST_CHECK(ErrorIsImp(Err.code(), {expected_err})); in operator()