Searched refs:throws_fs_error (Results 1 – 2 of 2) sorted by relevance
43 bool throws_fs_error(F func) in throws_fs_error() function94 BOOST_TEST(throws_fs_error( in cpp_main()96 BOOST_TEST(throws_fs_error( in cpp_main()105 BOOST_TEST(throws_fs_error( in cpp_main()
110 #define CHECK_EXCEPTION(Functor,Expect) throws_fs_error(Functor,Expect,__LINE__)159 bool throws_fs_error(F func, errno_t en, int line) in throws_fs_error() function