Searched refs:throw_on (Results 1 – 6 of 6) sorted by relevance
168 throw_on(unsigned int count) { throw_on_ = count; } in throw_on() function199 throw_on(unsigned int count) { throw_on_ = count; } in throw_on() function242 copy_constructor::throw_on(copy_constructor::count() + 1); in copy_tracker()255 assignment_operator::throw_on(assignment_operator::count() + 1);
118 copy_constructor::throw_on(3); in test_default_ctor_exception_gurantee()154 copy_constructor::throw_on(3); in test_copy_ctor_exception_gurantee()282 copy_constructor::throw_on(3); in test_assignment_operator_3_exception_guarantee()429 copy_constructor::throw_on(3); in test_fill_assign_3_exception_guarantee()614 copy_constructor::throw_on(3); in test_range_assign_4_exception_guarantee()
464 copy_constructor::throw_on(3); in test_default_ctor_exception_safety()495 copy_constructor::throw_on(3); in test_copy_ctor_exception_safety()
154 copy_constructor::throw_on(3); in test_reserve_exception_guarantee()
469 void Language::GetExceptionResolverDescription(bool catch_on, bool throw_on, in GetExceptionResolverDescription() argument471 GetDefaultExceptionResolverDescription(catch_on, throw_on, s); in GetExceptionResolverDescription()475 bool throw_on, in GetDefaultExceptionResolverDescription() argument478 catch_on ? "on" : "off", throw_on ? "on" : "off"); in GetDefaultExceptionResolverDescription()
264 virtual void GetExceptionResolverDescription(bool catch_on, bool throw_on,268 bool throw_on, Stream &s);