Searched defs:devector (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/csbl/ |
D | devector.hpp | 22 class devector class 28 BOOST_COPYABLE_AND_MOVABLE(devector) in BOOST_COPYABLE_AND_MOVABLE() argument 40 devector() : front_index_(0) {} in devector() function in boost::csbl::devector 41 devector(devector const& x) BOOST_NOEXCEPT in devector() function in boost::csbl::devector 45 devector(BOOST_RV_REF(devector) x) BOOST_NOEXCEPT in devector() function in boost::csbl::devector
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | devector.hpp | 143 class devector class 198 devector() BOOST_NOEXCEPT in devector() function in boost::container::devector 210 explicit devector(const allocator_type& allocator) BOOST_NOEXCEPT in devector() function in boost::container::devector 225 devector(size_type n, reserve_only_tag_t, const allocator_type& allocator = allocator_type()) in devector() function in boost::container::devector 241 …devector(size_type front_cap, size_type back_cap, reserve_only_tag_t, const allocator_type& alloca… in devector() function in boost::container::devector 258 explicit devector(size_type n, const allocator_type& allocator = allocator_type()) in devector() function in boost::container::devector 291 devector(size_type n, const T& value, const allocator_type& allocator = allocator_type()) in devector() function in boost::container::devector 321 …devector(InputIterator first, InputIterator last, const allocator_type& allocator = allocator_type… in devector() function in boost::container::devector 341 …devector(ForwardIterator first, ForwardIterator last, const allocator_type& allocator = allocator_… in devector() function in boost::container::devector 377 devector(const devector& x) in devector() function in boost::container::devector [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/pmr/ |
D | devector.hpp | 31 using devector = boost::container::devector<T, GrowthPolicy, polymorphic_allocator<T> >; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | explicit_inst_devector_test.cpp | 27 template class devector< test::movable_and_copyable_int variable
|