Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/support/
H A 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() function
469 void operator()(fs::filesystem_error const& Err) { in operator ()()
476 void check_libcxx_string(fs::filesystem_error const& Err) { in check_libcxx_string()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dfilesystem_test_helper.h559 struct ExceptionChecker { struct
567 explicit ExceptionChecker(std::errc first_err, const char* fun_name, argument
576 explicit ExceptionChecker(fs::path p1, fs::path p2, std::errc first_err, argument
578 : expected_err(first_err), expected_path1(p1), expected_path2(p2), in expected_err()
581 void operator()(fs::filesystem_error const& Err) { in operator()
588 void check_libcxx_string(fs::filesystem_error const& Err) { in check_libcxx_string()
627 ExceptionChecker& operator=(ExceptionChecker const&) = delete; argument