Searched defs:alloc_version (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | allocator_version_traits.hpp | 42 <unsigned, Version> alloc_version; typedef 71 <unsigned, 1> alloc_version; typedef
|
D | destroyers.hpp | 44 version<Allocator>::value> alloc_version; typedef 147 version<Allocator>::value> alloc_version; typedef 370 version<Allocator>::value> alloc_version; typedef in boost::container::dtl::allocator_destroyer
|
D | tree.hpp | 555 typedef typename AllocHolder::alloc_version alloc_version; typedef in boost::container::dtl::tree 686 , dtl::is_same<alloc_version, version_1> in tree_construct_non_unique() 706 , dtl::is_same<alloc_version, version_1> in tree_construct_non_unique() 723 , dtl::is_same<alloc_version, version_1> in tree_construct() 741 , dtl::is_same<alloc_version, version_1> in tree_construct()
|
D | node_alloc_holder.hpp | 111 version<NodeAlloc>::value> alloc_version; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | list.hpp | 187 typedef typename AllocHolder::alloc_version alloc_version; typedef in boost::container::list 929 iterator insert(const_iterator p, InpIt first, InpIt last in insert() 955 iterator insert(const_iterator position, FwdIt first, FwdIt last in insert()
|
D | slist.hpp | 217 typedef typename AllocHolder::alloc_version alloc_version; typedef in boost::container::slist 908 iterator insert_after(const_iterator prev_p, InpIt first, InpIt last in insert_after() 947 iterator insert_after(const_iterator prev, FwdIt first, FwdIt last in insert_after()
|
D | vector.hpp | 421 typedef typename dtl::version<allocator_type>::type alloc_version; in allocation_command() typedef 780 typedef typename dtl::version<allocator_type>::type alloc_version; typedef in boost::container::vector
|
D | string.hpp | 313 boost::container::dtl::version<allocator_type>::value> alloc_version; typedef in boost::container::dtl::basic_string_base 615 typedef typename base_t::alloc_version alloc_version; typedef in boost::container::basic_string
|
D | stable_vector.hpp | 544 version<ValueAllocator>::value> alloc_version; typedef in boost::container::stable_vector
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/ |
D | bench_alloc_shrink_to_fit.cpp | 88 <unsigned, bc::dtl::version<Allocator>::value> alloc_version; in vector_test_template() typedef
|