Searched defs:IsIOError (Results 1 – 2 of 2) sorted by relevance
37 static inline bool IsIOError(const base::expected<T, NullOrIOError>& result) { in IsIOError() function
66 bool IsIOError() const { return code() == kIOError; } in IsIOError() function