Home
last modified time | relevance | path

Searched refs:node_allocator (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dnode_allocator.hpp57 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 …]
Dcontainer_fwd.hpp307 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_/
Dleft_child_next_sibling_heap_.hpp97 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;
Dconstructors_destructor_fn_imps.hpp42 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_/
Dleft_child_next_sibling_heap_.hpp97 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;
Dconstructors_destructor_fn_imps.hpp42 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_/
Dbin_search_tree_.hpp117 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;
Dconstructors_destructor_fn_imps.hpp42 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_/
Dbin_search_tree_.hpp117 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;
Dconstructors_destructor_fn_imps.hpp42 typename PB_DS_CLASS_C_DEC::node_allocator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dnode_handle.hpp191 >::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()
Dseq_index_node.hpp34 >::type node_allocator; typedef
35 typedef allocator_traits<node_allocator> alloc_traits;
Drnd_index_node.hpp35 >::type node_allocator; typedef
36 typedef allocator_traits<node_allocator> node_alloc_traits;
Dhash_index_node.hpp107 >::type node_allocator; typedef
109 typedef allocator_traits<node_allocator> node_alloc_traits;
Dord_index_node.hpp89 typedef typename node_traits::allocator node_allocator; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp1936 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/
Dbench_adaptive_node_pool.cpp67 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/
Dexplicit_inst_stable_vector_test.cpp35 , node_allocator<test::movable_and_copyable_int> >;
Dexplicit_inst_slist_test.cpp37 , node_allocator<test::movable_and_copyable_int> >;
Dstable_vector_test.cpp134 if(test_cont_variants< node_allocator<void> >()){ in main()
Dslist_test.cpp175 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/
Dunordered_set.hpp1955 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 =()
Dunordered_map.hpp2441 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/
Dmulti_index_container.hpp137 >::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/
Dcontainer.qbk812 …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].