Searched defs:ErrorIs (Results 1 – 4 of 4) sorted by relevance
73 TEST(GmockExpectedSupportTest, ErrorIs) { in TEST() argument
235 inline internal::ErrorIsMatcher<typename std::decay_t<T>> ErrorIs(T&& matcher) { in ErrorIs() function
424 inline bool ErrorIs(const std::error_code& ec, std::errc First, ErrcT... Rest) { in ErrorIs() function
523 inline bool ErrorIs(const std::error_code& ec, std::errc First, ErrcT... Rest) { in ErrorIs() function