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/cronet/third_party/libc++/src/test/support/
Dfilesystem_test_helper.h549 struct ExceptionChecker { struct
557 explicit ExceptionChecker(std::errc first_err, const char* fun_name, argument
566 explicit ExceptionChecker(fs::path p1, fs::path p2, std::errc first_err, argument
568 : expected_err(first_err), expected_path1(p1), expected_path2(p2), in expected_err()
571 void operator()(fs::filesystem_error const& Err) { in operator()
578 void check_libcxx_string(fs::filesystem_error const& Err) { in check_libcxx_string()
617 ExceptionChecker& operator=(ExceptionChecker const&) = delete; argument