Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dvariant_static.hpp124 : node_allocator_type(boost::move(a.node_allocator())) in allocators()
129 node_allocator() = boost::move(a.node_allocator()); in operator =()
136 node_allocator() = a.node_allocator(); in operator =()
143 boost::swap(node_allocator(), a.node_allocator()); in swap()
146 bool operator==(allocators const& a) const { return node_allocator() == a.node_allocator(); } in operator ==()
148 bool operator==(Alloc const& a) const { return node_allocator() == node_allocator_type(a); } in operator ==()
150 Allocator allocator() const { return Allocator(node_allocator()); } in allocator()
152 node_allocator_type & node_allocator() { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
153 node_allocator_type const& node_allocator() const { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
H A Dvariant_dynamic.hpp138 : node_allocator_type(boost::move(a.node_allocator())) in allocators()
143 node_allocator() = boost::move(a.node_allocator()); in operator =()
150 node_allocator() = a.node_allocator(); in operator =()
157 boost::swap(node_allocator(), a.node_allocator()); in swap()
160 bool operator==(allocators const& a) const { return node_allocator() == a.node_allocator(); } in operator ==()
162 bool operator==(Alloc const& a) const { return node_allocator() == node_allocator_type(a); } in operator ==()
164 Allocator allocator() const { return Allocator(node_allocator()); } in allocator()
166 node_allocator_type & node_allocator() { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
167 node_allocator_type const& node_allocator() const { return *this; } in node_allocator() function in boost::geometry::index::detail::rtree::allocators
224 >::apply(allocators.node_allocator()); in apply()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp101 typedef typename alloc_traits::allocator_type node_allocator; typedef in __gnu_pbds::detail::left_child_next_sibling_heap
266 static node_allocator s_node_allocator;
H A Dconstructors_destructor_fn_imps.hpp44 typename PB_DS_CLASS_C_DEC::node_allocator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp101 typedef typename alloc_traits::allocator_type node_allocator; typedef in __gnu_pbds::detail::left_child_next_sibling_heap
266 static node_allocator s_node_allocator;
H A Dconstructors_destructor_fn_imps.hpp44 typename PB_DS_CLASS_C_DEC::node_allocator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp118 typename node_alloc_traits::allocator_type node_allocator; typedef in __gnu_pbds::detail::PB_DS_BIN_TREE_NAME
397 static node_allocator s_node_allocator;
H A Dconstructors_destructor_fn_imps.hpp44 typename PB_DS_CLASS_C_DEC::node_allocator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp118 typename node_alloc_traits::allocator_type node_allocator; typedef in __gnu_pbds::detail::PB_DS_BIN_TREE_NAME
397 static node_allocator s_node_allocator;
H A Dconstructors_destructor_fn_imps.hpp44 typename PB_DS_CLASS_C_DEC::node_allocator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dcontainer_fwd.hpp227 class node_allocator;