Home
last modified time | relevance | path

Searched refs:throw_on_overflow (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/container/test/
Dstatic_vector_options_test.cpp69 using options_t = static_vector_options_t< throw_on_overflow<true> >; in test_throw_on_overflow()
72 < throw_on_overflow<true> >::type options_t; in test_throw_on_overflow()
95 using options_t = static_vector_options_t< throw_on_overflow<false> >; in test_throw_on_overflow()
97 typedef static_vector_options< throw_on_overflow<false> >::type options_t; in test_throw_on_overflow()
/third_party/boost/boost/container/
Doptions.hpp395 BOOST_INTRUSIVE_OPTION_CONSTANT(throw_on_overflow, bool, ThrowOnOverflow, throw_on_overflow)
402 static const bool throw_on_overflow = ThrowOnOverflow; member
429 typedef static_vector_opt< packed_options::throw_on_overflow
Dstatic_vector.hpp115 , options_t::throw_on_overflow
/third_party/boost/libs/container/example/
Ddoc_custom_static_vector.cpp32 typedef static_vector_options< throw_on_overflow<false> >::type no_throw_options_t; in main()
/third_party/boost/boost/log/utility/ipc/
Dreliable_message_queue.hpp114 throw_on_overflow enumerator
/third_party/boost/libs/log/test/run/
Dutil_ipc_reliable_mq.cpp227 …_a(boost::log::open_mode::create_only, ipc_queue_name, 1u, block_size, queue_t::throw_on_overflow); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/log/src/windows/
Dipc_reliable_message_queue.cpp310 else if (BOOST_UNLIKELY(oflow_policy == throw_on_overflow)) in send()
/third_party/boost/libs/log/src/posix/
Dipc_reliable_message_queue.cpp322 else if (BOOST_UNLIKELY(oflow_policy == throw_on_overflow)) in send()
/third_party/boost/libs/container/doc/
Dcontainer.qbk734 * [classref boost::container::throw_on_overflow throw_on_overflow]: A boolean that specifies if the
/third_party/boost/libs/log/doc/
Dutilities.qbk377 * `throw_on_overflow` - Throw an exception from the send operation. The exception is [class_log_cap…
/third_party/boost/doc/html/
Ddoc_HTML.manifest870 boost/container/throw_on_overflow.html