Home
last modified time | relevance | path

Searched refs:exception_t (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/
H A Dexception.hpp32 class SO_5_TYPE exception_t : public std::runtime_error class
35 exception_t( in exception_t() function in so_5::exception_t
41 exception_t( const exception_t & ) = default;
42 exception_t( exception_t && ) = default;
44 exception_t &
45 operator=( exception_t & o ) = default;
47 exception_t &
48 operator=( exception_t && o ) = default;
71 so_5::exception_t::raise(file, line, (desc), (error_code))
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/layer/extra_layer_errors/
H A Dmain.cpp95 catch( const so_5::exception_t & x ) in UT_UNIT_TEST()
108 catch( const so_5::exception_t & x ) in UT_UNIT_TEST()
123 catch( const so_5::exception_t & x ) in UT_UNIT_TEST()
135 catch( const so_5::exception_t & x ) in UT_UNIT_TEST()
151 so_5::exception_t, in UT_UNIT_TEST()
157 so_5::exception_t, in UT_UNIT_TEST()
167 so_5::exception_t, in UT_UNIT_TEST()
173 so_5::exception_t, in UT_UNIT_TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
29 EXPECT_THROW(expr, exception_t)
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
29 EXPECT_THROW(expr, exception_t)
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/dports/devel/abseil/abseil-cpp-20211102.0/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
29 EXPECT_THROW(expr, exception_t)
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
29 EXPECT_THROW(expr, exception_t)
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
29 EXPECT_THROW(expr, exception_t)
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
29 EXPECT_THROW(expr, exception_t)
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/base/internal/
H A Dexception_testing.h28 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
29 EXPECT_THROW(expr, exception_t)
34 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
37 #define ABSL_BASE_INTERNAL_EXPECT_FAIL(expr, exception_t, text) \ argument
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/
H A Dexception.hpp24 class exception_t class
29 exception_t( const char * err ) in exception_t() function in restinio::exception_t
33 exception_t( const std::string & err ) in exception_t() function in restinio::exception_t
37 exception_t( string_view_t err ) in exception_t() function in restinio::exception_t
H A Dsendfile_defs_default.hpp46 throw exception_t{ fmt::format( "std::fopen failed: '{}'", file_path ) }; in open_file()
73 throw exception_t{ "std::ftell failed" }; in get_file_meta()
78 throw exception_t{ "std::fseek failed" }; in get_file_meta()
H A Dsendfile_defs_win.hpp56 throw exception_t{ in open_file()
81 throw exception_t{ in get_file_meta()
108 throw exception_t{ in get_file_meta()
H A Dsendfile_defs_posix.hpp58 throw exception_t{ in open_file()
71 throw exception_t{ "invalid file descriptor" }; in get_file_meta()
86 throw exception_t{ in get_file_meta()
/dports/sysutils/libcdio-paranoia/libcdio-paranoia-10.2+2.0.1/lib/cdda_interface/
H A Ddrive_exceptions.h36 } exception_t; typedef
49 extern const exception_t atapi_list[];
53 extern const exception_t mmc_list[];
57 extern const exception_t scsi_list[];
H A Ddrive_exceptions.c31 const exception_t atapi_list[]={
42 static exception_t mmc_list[]={
54 static exception_t scsi_list[]={
/dports/devel/py-greenlet/greenlet-1.1.2/src/greenlet/tests/
H A D_test_extension_cpp.cpp7 struct exception_t { struct
9 exception_t(int depth) : depth(depth) {} in exception_t() function
19 throw exception_t(depth); in test_exception_throw()
40 catch (exception_t& e) { in test_exception_switch_recurse()
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/transforms/
H A Dzlib.hpp140 throw exception_t{ in level()
191 throw exception_t{ in window_bits()
236 throw exception_t{ in mem_level()
278 throw exception_t{ in strategy()
521 throw exception_t{
578 throw exception_t{ in write()
765 throw exception_t{ in write_compress_impl()
809 throw exception_t{ in write_decompress_impl()
930 throw exception_t{ "operation is not copress" }; in ensure_is_compression_operation()
939 throw exception_t{ "invalid body appender" }; in ensure_valid_transforator()
[all …]
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/impl/
H A Dresponse_coordinator.hpp213 throw exception_t{ in push_response_context()
234 throw exception_t{ in pop_response_context()
334 throw exception_t{ in append_response()
343 throw exception_t{ in append_response()
353 throw exception_t{ in append_response()
374 throw exception_t{ in pop_ready_buffers()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/timer_thread/negative_args/
H A Dmain.cpp32 catch( const so_5::exception_t & x ) in so_evt_start()
46 catch( const so_5::exception_t & x ) in so_evt_start()
60 catch( const so_5::exception_t & x ) in so_evt_start()
/dports/net/arataga/so5extra-v.1.4.1/dev/test/so_5_extra/mboxes/collecting_mbox/illegal_usage/
H A Dmain.cpp77 catch( const so_5::exception_t & x ) { in __anonf163906a0102()
82 so_5::exception_t ); in __anonf163906a0102()
134 catch( const so_5::exception_t & x ) { in __anonf163906a0902()
139 so_5::exception_t ); in __anonf163906a0902()
/dports/net/arataga/arataga-0.5.1/arataga/acl_handler/
H A Dexception.hpp17 struct acl_handler_ex_t : public exception_t
21 : exception_t{ what } in acl_handler_ex_t()
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/utils/
H A Dpercent_encoding.hpp372 throw exception_t{ r.error().giveout_description() }; in unescape_percent_encoding()
421 throw exception_t{ r.error().giveout_description() }; in inplace_unescape_percent_encoding()
521 throw exception_t{ in run_normalization_algo()
538 throw exception_t{ in run_normalization_algo()
579 throw exception_t{ in run_normalization_algo()
586 throw exception_t{ fmt::format( "unfinished UTF-8 sequence" ) }; in run_normalization_algo()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/type/
H A DTagTest.cpp66 exception_t<Specialized> testOverload(exception_t<Specialized>);
113 same_tag<struct_except_c, decltype(testOverload(exception_t<General>{}))>);
115 exception_t<Specialized>,
116 decltype(testOverload(exception_t<Specialized>{}))>);
/dports/science/avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/meta/
H A Dis_sax.hpp70 using exception_t = typename BasicJsonType::exception; typedef
88 is_detected_exact<bool, parse_error_function_t, SAX, exception_t>::value;
102 using exception_t = typename BasicJsonType::exception; typedef
136 is_detected_exact<bool, parse_error_function_t, SAX, exception_t>::value,
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/thirdparty/nlohmann/detail/meta/
H A Dis_sax.hpp70 using exception_t = typename BasicJsonType::exception; typedef
88 is_detected_exact<bool, parse_error_function_t, SAX, exception_t>::value;
102 using exception_t = typename BasicJsonType::exception; typedef
136 is_detected_exact<bool, parse_error_function_t, SAX, exception_t>::value,

1234567891011