Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dstatic_vector_options_test.cpp79 using options_t = static_vector_options_t< throw_on_overflow<true> >; in test_throw_on_overflow()
82 < throw_on_overflow<true> >::type options_t; in test_throw_on_overflow()
108 using options_t = static_vector_options_t< throw_on_overflow<false> >; in test_throw_on_overflow()
110 typedef static_vector_options< throw_on_overflow<false> >::type options_t; in test_throw_on_overflow()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Doptions.hpp402 BOOST_INTRUSIVE_OPTION_CONSTANT(throw_on_overflow, bool, ThrowOnOverflow, throw_on_overflow)
409 static const bool throw_on_overflow = ThrowOnOverflow; member
436 typedef static_vector_opt< packed_options::throw_on_overflow
Dstatic_vector.hpp115 , options_t::throw_on_overflow
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/example/
Ddoc_custom_static_vector.cpp32 typedef static_vector_options< throw_on_overflow<false> >::type no_throw_options_t; in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/doc/
Dcontainer.qbk751 * [classref boost::container::throw_on_overflow throw_on_overflow]: A boolean that specifies if the