Home
last modified time | relevance | path

Searched defs:ExceptionChecker (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dfilesystem_test_helper.hpp447 struct ExceptionChecker { struct
455 explicit ExceptionChecker(std::errc first_err, const char* func_name, in ExceptionChecker() argument
459 explicit ExceptionChecker(fs::path p, std::errc first_err, in ExceptionChecker() function
464 explicit ExceptionChecker(fs::path p1, fs::path p2, std::errc first_err, in ExceptionChecker() argument
469 void operator()(fs::filesystem_error const& Err) { in operator ()()
476 void check_libcxx_string(fs::filesystem_error const& Err) { in check_libcxx_string()
/external/llvm-project/libcxx/test/support/
Dfilesystem_test_helper.h619 struct ExceptionChecker { struct
627 explicit ExceptionChecker(std::errc first_err, const char* fun_name, argument
636 explicit ExceptionChecker(fs::path p1, fs::path p2, std::errc first_err, argument
638 : expected_err(first_err), expected_path1(p1), expected_path2(p2), in expected_err()
641 void operator()(fs::filesystem_error const& Err) { in operator()
648 void check_libcxx_string(fs::filesystem_error const& Err) { in check_libcxx_string()
689 ExceptionChecker& operator=(ExceptionChecker const&) = delete; argument