Home
last modified time | relevance | path

Searched defs:stable_vector (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dstable_vector.hpp502 class stable_vector class
618 …BOOST_CONTAINER_FORCEINLINE stable_vector() BOOST_NOEXCEPT_IF(dtl::is_nothrow_default_constructibl… in stable_vector() function in boost::container::stable_vector
629 …BOOST_CONTAINER_FORCEINLINE explicit stable_vector(const allocator_type& al) BOOST_NOEXCEPT_OR_NOT… in stable_vector() function in boost::container::stable_vector
642 explicit stable_vector(size_type n) in stable_vector() function in boost::container::stable_vector
660 stable_vector(size_type n, default_init_t) in stable_vector() function in boost::container::stable_vector
676 explicit stable_vector(size_type n, const allocator_type &a) in stable_vector() function in boost::container::stable_vector
694 stable_vector(size_type n, default_init_t, const allocator_type &a) in stable_vector() function in boost::container::stable_vector
710 stable_vector(size_type n, const T& t, const allocator_type& al = allocator_type()) in stable_vector() function in boost::container::stable_vector
727stable_vector(InputIterator first,InputIterator last, const allocator_type& al = allocator_type()) in stable_vector() function in boost::container::stable_vector
741 stable_vector(const stable_vector& x) in stable_vector() function in boost::container::stable_vector
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dexplicit_inst_stable_vector_test.cpp30 template class stable_vector<test::movable_and_copyable_int, variable
33 template class stable_vector variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/pmr/
Dstable_vector.hpp28 using stable_vector = boost::container::stable_vector<T, polymorphic_allocator<T>>; typedef