Home | History | Annotate | Download | only in Support

Lines Matching defs:equivalent

17 // category. However, they shall be equivalent to any error conditions listed
219 friend bool equivalent(file_status A, file_status B);
355 /// @brief Remove path. Equivalent to POSIX remove().
455 bool equivalent(file_status A, file_status B);
464 /// inode (or equivalent).
467 std::error_code equivalent
469 /// @brief Simpler version of equivalent for clients that don't need to
471 inline bool equivalent(const Twine &A, const Twine &B) {
473 return !equivalent(A, B, result) && result;