/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | node_allocator.hpp | 57 class node_allocator class 64 typedef node_allocator<T, NodesPerBlock, Version> self_t; 99 typedef node_allocator< T2, NodesPerBlock 110 node_allocator& operator= 111 (const node_allocator<T2, N2>&); 117 node_allocator() BOOST_NOEXCEPT_OR_NOTHROW in node_allocator() function in boost::container::node_allocator 121 node_allocator(const node_allocator &) BOOST_NOEXCEPT_OR_NOTHROW in node_allocator() argument 126 node_allocator in node_allocator() function in boost::container::node_allocator 127 (const node_allocator<T2, NodesPerBlock in node_allocator() 135 ~node_allocator() BOOST_NOEXCEPT_OR_NOTHROW in ~node_allocator() [all …]
|
D | container_fwd.hpp | 307 class node_allocator;
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
D | left_child_next_sibling_heap_.hpp | 97 node_allocator; typedef in __gnu_pbds::detail::left_child_next_sibling_heap 99 typedef typename node_allocator::value_type node; 100 typedef typename node_allocator::pointer node_pointer; 101 typedef typename node_allocator::const_pointer node_const_pointer; 263 static node_allocator s_node_allocator;
|
D | constructors_destructor_fn_imps.hpp | 42 typename PB_DS_CLASS_C_DEC::node_allocator
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
D | left_child_next_sibling_heap_.hpp | 97 node_allocator; typedef in __gnu_pbds::detail::left_child_next_sibling_heap 99 typedef typename node_allocator::value_type node; 100 typedef typename node_allocator::pointer node_pointer; 101 typedef typename node_allocator::const_pointer node_const_pointer; 263 static node_allocator s_node_allocator;
|
D | constructors_destructor_fn_imps.hpp | 42 typename PB_DS_CLASS_C_DEC::node_allocator
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/ |
D | bin_search_tree_.hpp | 117 node_allocator; typedef in __gnu_pbds::detail::PB_DS_BIN_TREE_NAME 119 typedef typename node_allocator::value_type node; 120 typedef typename node_allocator::pointer node_pointer; 396 static node_allocator s_node_allocator;
|
D | constructors_destructor_fn_imps.hpp | 42 typename PB_DS_CLASS_C_DEC::node_allocator
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/ |
D | bin_search_tree_.hpp | 117 node_allocator; typedef in __gnu_pbds::detail::PB_DS_BIN_TREE_NAME 119 typedef typename node_allocator::value_type node; 120 typedef typename node_allocator::pointer node_pointer; 396 static node_allocator s_node_allocator;
|
D | constructors_destructor_fn_imps.hpp | 42 typename PB_DS_CLASS_C_DEC::node_allocator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | node_handle.hpp | 191 >::type node_allocator; in delete_node() typedef 192 typedef detail::allocator_traits<node_allocator> node_alloc_traits; in delete_node() 196 node_allocator nal(*allocator_ptr()); in delete_node()
|
D | seq_index_node.hpp | 34 >::type node_allocator; typedef 35 typedef allocator_traits<node_allocator> alloc_traits;
|
D | rnd_index_node.hpp | 35 >::type node_allocator; typedef 36 typedef allocator_traits<node_allocator> node_alloc_traits;
|
D | hash_index_node.hpp | 107 >::type node_allocator; typedef 109 typedef allocator_traits<node_allocator> node_alloc_traits;
|
D | ord_index_node.hpp | 89 typedef typename node_traits::allocator node_allocator; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/ |
D | implementation.hpp | 1936 typedef NodeAlloc node_allocator; typedef 1943 node_allocator& alloc_; 1946 node_constructor(node_allocator& n) : alloc_(n), node_() {} in node_constructor() 2479 typedef NodeAlloc node_allocator; typedef 2929 node>::type node_allocator; typedef 2932 typedef boost::unordered::detail::allocator_traits<node_allocator> 2940 typedef boost::unordered::detail::node_constructor<node_allocator> 2942 typedef boost::unordered::detail::node_tmp<node_allocator> node_tmp; 2949 boost::unordered::detail::compressed<bucket_allocator, node_allocator> 3007 node_allocator const& node_alloc() const in node_alloc() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/ |
D | bench_adaptive_node_pool.cpp | 67 typedef bc::node_allocator 71 typedef bc::node_allocator 84 template class bc::node_allocator member in bc
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | explicit_inst_stable_vector_test.cpp | 35 , node_allocator<test::movable_and_copyable_int> >;
|
D | explicit_inst_slist_test.cpp | 37 , node_allocator<test::movable_and_copyable_int> >;
|
D | stable_vector_test.cpp | 134 if(test_cont_variants< node_allocator<void> >()){ in main()
|
D | slist_test.cpp | 175 if (test::list_test<slist<int, node_allocator<int> >, false>()) in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/ |
D | unordered_set.hpp | 1955 node_allocator; typedef in boost::unordered::node_handle_set 1956 typedef boost::unordered::detail::allocator_traits<node_allocator> 1983 node_allocator node_alloc(*alloc_); in ~node_handle_set() 1984 boost::unordered::detail::node_tmp<node_allocator> tmp( in ~node_handle_set() 2004 node_allocator node_alloc(*alloc_); in operator =() 2005 boost::unordered::detail::node_tmp<node_allocator> tmp( in operator =()
|
D | unordered_map.hpp | 2441 node_allocator; typedef in boost::unordered::node_handle_map 2442 typedef boost::unordered::detail::allocator_traits<node_allocator> 2466 node_allocator node_alloc(*alloc_); in ~node_handle_map() 2467 boost::unordered::detail::node_tmp<node_allocator> tmp( in ~node_handle_map() 2487 node_allocator node_alloc(*alloc_); in operator =() 2488 boost::unordered::detail::node_tmp<node_allocator> tmp( in operator =()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/ |
D | multi_index_container.hpp | 137 >::type node_allocator; typedef in boost::multi_index::multi_index_container 138 typedef detail::allocator_traits<node_allocator> node_alloc_traits; 141 node_allocator> bfm_allocator;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/doc/ |
D | container.qbk | 812 …tainer::adaptive_pool adaptive_pool] and [classref boost::container::node_allocator node_allocator] 827 * [classref boost::container::node_allocator node_allocator]: It's a 836 …small nodes) and it's nearly as fast as [classref boost::container::node_allocator node_allocator].
|