Home
last modified time | relevance | path

Searched refs:get_stored_allocator (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dpropagate_allocator_test.hpp124 BOOST_TEST (c.get_stored_allocator().id_ == 112); in test_propagate_allocator()
125 BOOST_TEST (c.get_stored_allocator().ctr_copies_ == 0); in test_propagate_allocator()
126 BOOST_TEST (c.get_stored_allocator().ctr_moves_ == 0); in test_propagate_allocator()
127 BOOST_TEST (c.get_stored_allocator().assign_copies_ == 0); in test_propagate_allocator()
128 BOOST_TEST (c.get_stored_allocator().assign_moves_ == 0); in test_propagate_allocator()
129 BOOST_TEST (c.get_stored_allocator().swaps_ == 0); in test_propagate_allocator()
135 BOOST_TEST (c.get_stored_allocator().id_ == 223); in test_propagate_allocator()
139 BOOST_TEST (c2.get_stored_allocator().id_ == 223); in test_propagate_allocator()
140 BOOST_TEST (c2.get_stored_allocator().ctr_copies_ >= 1); in test_propagate_allocator()
141 BOOST_TEST (c2.get_stored_allocator().ctr_moves_ >= 0); in test_propagate_allocator()
[all …]
Dvector_test.cpp197 return empty.get_stored_allocator().deallocate_called_without_allocate_; in test_merge_empty_free()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dsmall_vector.hpp456 if(base_type::is_propagable_from(x.get_stored_allocator(), x.data(), a, true)){ in move_construct_impl()
639 … , allocator_traits_type::select_on_container_copy_construction(other.get_stored_allocator())) in small_vector()
648 … , allocator_traits_type::select_on_container_copy_construction(other.get_stored_allocator())) in small_vector()
652 …: base_type(initial_capacity_t(), internal_capacity(), ::boost::move(other.get_stored_allocator())) in small_vector()
653 { this->move_construct_impl(other, other.get_stored_allocator()); } in small_vector()
657 …: base_type(initial_capacity_t(), internal_capacity(), ::boost::move(other.get_stored_allocator())) in small_vector()
658 { this->move_construct_impl(other, other.get_stored_allocator()); } in small_vector()
Dvector.hpp1089 … , is_propagable_from(x.get_stored_allocator(), x.m_holder.start(), a, false) ? 0 : x.size() in vector()
1093 if(is_propagable_from(x.get_stored_allocator(), x.m_holder.start(), a, false)){ in vector()
1116 (this->get_stored_allocator(), this->priv_raw_begin(), this->m_holder.m_size); in ~vector()
1349 stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::vector
1360 const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::vector
2065 allocator_traits_type::destroy(this->get_stored_allocator(), this->priv_raw_end() - 1); in pop_back()
2087 allocator_traits_type::destroy(this->get_stored_allocator(), last_ptr); in erase()
2111 boost::container::destroy_alloc_n(this->get_stored_allocator(), new_last_ptr, n); in erase()
2538 if(are_swap_propagable( this->get_stored_allocator(), this->m_holder.start() in priv_swap()
2539 , x.get_stored_allocator(), x.m_holder.start(), propagate_alloc)){ in priv_swap()
[all …]
Dstable_vector.hpp745 select_on_container_copy_construction(x.index.get_stored_allocator())) in stable_vector()
850 … dtl::assign_alloc(this->index.get_stored_allocator(), x.index.get_stored_allocator(), flag); in operator =()
980 const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::stable_vector
991 stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::stable_vector
1780 this->get_stored_allocator() == x.get_stored_allocator()); in swap()
Dlist.hpp503 stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::list
514 const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::list
1053 this->get_stored_allocator() == x.get_stored_allocator()); in swap()
Dflat_map.hpp518 get_stored_allocator_noconst_return_t get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::flat_map
520 impl_get_stored_allocator_noconst_return_t r = m_flat_tree.get_stored_allocator(); in get_stored_allocator()
532 get_stored_allocator_const_return_t get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::flat_map
534 impl_get_stored_allocator_const_return_t r = m_flat_tree.get_stored_allocator(); in get_stored_allocator()
2171 stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::flat_multimap
2172 { return dtl::force<stored_allocator_type>(m_flat_tree.get_stored_allocator()); } in get_stored_allocator()
2182 const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::flat_multimap
2183 { return dtl::force<const stored_allocator_type>(m_flat_tree.get_stored_allocator()); } in get_stored_allocator()
Dslist.hpp536 stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::slist
547 const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::slist
1017 this->get_stored_allocator() == x.get_stored_allocator()); in swap()
Dflat_set.hpp432 stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW;
441 const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW;
1480 stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW;
1483 const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW;
Dset.hpp404 stored_allocator_type &get_stored_allocator();
413 const stored_allocator_type &get_stored_allocator() const;
1282 stored_allocator_type &get_stored_allocator();
1285 const stored_allocator_type &get_stored_allocator() const;
Ddevector.hpp770 const allocator_type &get_stored_allocator() const BOOST_NOEXCEPT in get_stored_allocator() function in boost::container::devector
776 allocator_type &get_stored_allocator() BOOST_NOEXCEPT in get_stored_allocator() function in boost::container::devector
2553 … allocator_traits_type::construct(get_stored_allocator(), vp BOOST_MOVE_I##N BOOST_MOVE_FWD##N);\
2555 dtl::value_destructor<allocator_type> on_exit(get_stored_allocator(), tmp); (void)on_exit;\
2568 … allocator_traits_type::construct(get_stored_allocator(), vp BOOST_MOVE_I##N BOOST_MOVE_FWD##N);\
2570 dtl::value_destructor<allocator_type> on_exit(get_stored_allocator(), tmp); (void)on_exit;\
Dmap.hpp436 stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW;
445 const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW;
1742 stored_allocator_type &get_stored_allocator();
1745 const stored_allocator_type &get_stored_allocator() const;
Dstring.hpp965 stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::basic_string
976 const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::basic_string
3113 str_t result(reserve, x.size() + y.size(), x.get_stored_allocator()); in operator +()
Ddeque.hpp990 const stored_allocator_type &get_stored_allocator() const BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::deque
1007 stored_allocator_type &get_stored_allocator() BOOST_NOEXCEPT_OR_NOTHROW in get_stored_allocator() function in boost::container::deque
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dflat_tree.hpp279 return cont.get_stored_allocator(); in flat_tree_get_stored_allocator()
287 return cont.get_stored_allocator(); in flat_tree_get_stored_allocator()
752 get_stored_allocator_const_return_t get_stored_allocator() const in get_stored_allocator() function in boost::container::dtl::flat_tree
758 get_stored_allocator_noconst_return_t get_stored_allocator() in get_stored_allocator() function in boost::container::dtl::flat_tree
963 get_stored_allocator_noconst_return_t a = this->get_stored_allocator(); in emplace_unique()
975 get_stored_allocator_noconst_return_t a = this->get_stored_allocator(); in emplace_hint_unique()
986 get_stored_allocator_noconst_return_t a = this->get_stored_allocator(); in emplace_equal()
998 get_stored_allocator_noconst_return_t a = this->get_stored_allocator(); in emplace_hint_equal()
1032 get_stored_allocator_noconst_return_t a = this->get_stored_allocator();\
1043 get_stored_allocator_noconst_return_t a = this->get_stored_allocator();\
[all …]
Dtree.hpp793 NodeAlloc &this_alloc = this->get_stored_allocator(); in operator =()
794 const NodeAlloc &x_alloc = x.get_stored_allocator(); in operator =()
880 const stored_allocator_type &get_stored_allocator() const in get_stored_allocator() function in boost::container::dtl::tree
884 stored_allocator_type &get_stored_allocator() in get_stored_allocator() function in boost::container::dtl::tree