Searched refs:out_of_range (Results 1 – 8 of 8) sorted by relevance
85 …case exception_id::out_of_range: DO_THROW(std::out_of_range, ("Index out of requested size range")… in throw_exception()88 …case exception_id::invalid_load_factor: DO_THROW(std::out_of_range, ("Invalid hash load factor"));… in throw_exception()89 case exception_id::invalid_key: DO_THROW(std::out_of_range, ("invalid key")); break; in throw_exception()
62 } catch( out_of_range& ex ) {63 cout << "out_of_range: " << ex.what() << endl;71 throws an exception ``std::out_of_range`` during execution of the
161 TestExceptionClassExports( std::out_of_range("test"), tbb::detail::exception_id::out_of_range ); in TestExceptionClassesExports()163 …TestExceptionClassExports( std::out_of_range("test"), tbb::detail::exception_id::invalid_load_fact… in TestExceptionClassesExports()165 TestExceptionClassExports( std::out_of_range("test"), tbb::detail::exception_id::invalid_key ); in TestExceptionClassesExports()
1957 catch(std::out_of_range& ex) { in test_flow_graph_exception0()
34 out_of_range, enumerator
752 tbb::detail::throw_exception(exception_id::out_of_range); in internal_subscript_with_exceptions()759 tbb::detail::throw_exception(exception_id::out_of_range); in internal_subscript_with_exceptions()763 tbb::detail::throw_exception(exception_id::out_of_range); in internal_subscript_with_exceptions()
121 throw_exception(exception_id::out_of_range); in at()
519 CHECK_THROWS_AS((victim.at(victim.size())), std::out_of_range); in verify_last_segment_allocation_failed()