Home
last modified time | relevance | path

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

12345678910>>...18

/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_build.cc84 return reinterpret_cast<deg::DepsNodeHandle *>(node_handle); in get_node_handle()
87 void DEG_add_scene_relation(DepsNodeHandle *node_handle, in DEG_add_scene_relation() argument
94 deg::DepsNodeHandle *deg_node_handle = get_node_handle(node_handle); in DEG_add_scene_relation()
98 void DEG_add_object_relation(DepsNodeHandle *node_handle, in DEG_add_object_relation() argument
109 void DEG_add_simulation_relation(DepsNodeHandle *node_handle, in DEG_add_simulation_relation() argument
119 void DEG_add_object_cache_relation(DepsNodeHandle *node_handle, in DEG_add_object_cache_relation() argument
130 void DEG_add_bone_relation(DepsNodeHandle *node_handle, in DEG_add_bone_relation() argument
154 ID *id = DEG_get_id_from_handle(node_handle); in DEG_add_object_pointcache_relation()
165 void DEG_add_generic_id_relation(struct DepsNodeHandle *node_handle, in DEG_add_generic_id_relation() argument
188 void DEG_add_customdata_mask(struct DepsNodeHandle *node_handle, in DEG_add_customdata_mask() argument
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/
H A DVDPMServerSession.cc247 VHierarchyNodeHandle node_handle; in stream_vsplits() local
259 node_handle = vsplits_[i]; in stream_vsplits()
314 VHierarchyNodeHandle node_handle = vhwindow_.node_handle(); in adaptive_refinement() local
321 force_vsplit(node_handle); in adaptive_refinement()
333 VHierarchyNodeHandle node_handle = vhwindow_.node_handle(); in sequential_refinement() local
336 force_vsplit(node_handle); in sequential_refinement()
425 vsplit(node_handle); in force_vsplit()
454 VHierarchyNodeHandle node_handle = vhierarchy_->node_handle(node_index); in active_ancestor_handle() local
456 while (node_handle != InvalidVHierarchyNodeHandle && vhwindow_.is_active(node_handle) != true) in active_ancestor_handle()
457 node_handle = vhierarchy_->parent_handle(node_handle); in active_ancestor_handle()
[all …]
H A DServerSideVDPM.cc127 node_handle, lchild_handle, rchild_handle; in open_vd_prog_mesh() local
172 node_handle = vhierarchy_.add_node(); in open_vd_prog_mesh()
173 index2handle_map[node_index] = node_handle; in open_vd_prog_mesh()
177 vhierarchy_.node(node_handle).set_index(node_index); in open_vd_prog_mesh()
179 vhierarchy_.node(node_handle).set_radius(radius); in open_vd_prog_mesh()
180 vhierarchy_.node(node_handle).set_normal(normal); in open_vd_prog_mesh()
181 vhierarchy_.node(node_handle).set_sin_square(sin_square); in open_vd_prog_mesh()
211 node_handle = index2handle_map[node_index]; in open_vd_prog_mesh()
213 vhierarchy_.make_children(node_handle); in open_vd_prog_mesh()
217 lchild_handle = vhierarchy_.lchild_handle(node_handle); in open_vd_prog_mesh()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming/Server/
H A DVDPMServerSession.cc240 VHierarchyNodeHandle node_handle; in stream_vsplits() local
252 node_handle = vsplits_[i]; in stream_vsplits()
307 VHierarchyNodeHandle node_handle = vhwindow_.node_handle(); in adaptive_refinement() local
314 force_vsplit(node_handle); in adaptive_refinement()
326 VHierarchyNodeHandle node_handle = vhwindow_.node_handle(); in sequential_refinement() local
329 force_vsplit(node_handle); in sequential_refinement()
418 vsplit(node_handle); in force_vsplit()
447 VHierarchyNodeHandle node_handle = vhierarchy_->node_handle(node_index); in active_ancestor_handle() local
449 while (node_handle != InvalidVHierarchyNodeHandle && vhwindow_.is_active(node_handle) != true) in active_ancestor_handle()
450 node_handle = vhierarchy_->parent_handle(node_handle); in active_ancestor_handle()
[all …]
H A DServerSideVDPM.cc127 node_handle, lchild_handle, rchild_handle; in open_vd_prog_mesh() local
172 node_handle = vhierarchy_.add_node(); in open_vd_prog_mesh()
173 index2handle_map[node_index] = node_handle; in open_vd_prog_mesh()
177 vhierarchy_.node(node_handle).set_index(node_index); in open_vd_prog_mesh()
179 vhierarchy_.node(node_handle).set_radius(radius); in open_vd_prog_mesh()
180 vhierarchy_.node(node_handle).set_normal(normal); in open_vd_prog_mesh()
181 vhierarchy_.node(node_handle).set_sin_square(sin_square); in open_vd_prog_mesh()
211 node_handle = index2handle_map[node_index]; in open_vd_prog_mesh()
213 vhierarchy_.make_children(node_handle); in open_vd_prog_mesh()
217 lchild_handle = vhierarchy_.lchild_handle(node_handle); in open_vd_prog_mesh()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/multi_index/detail/
H A Dnode_handle.hpp40 class node_handle class
50 node_handle()BOOST_NOEXCEPT:node(0){} in node_handle() function in boost::multi_index::detail::node_handle
52 node_handle(BOOST_RV_REF(node_handle) x)BOOST_NOEXCEPT:node(x.node) in node_handle() function in boost::multi_index::detail::node_handle
61 ~node_handle() in ~node_handle()
69 node_handle& operator=(BOOST_RV_REF(node_handle) x) in operator =()
110 void swap(node_handle& x) in swap()
135 friend void swap(node_handle& x,node_handle& y) in swap()
142 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
147 node_handle(Node* node_,const allocator_type& al):node(node_) in node_handle() function in boost::multi_index::detail::node_handle
174 void move_construct_allocator(BOOST_RV_REF(node_handle) x) in move_construct_allocator()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multi_index/detail/
H A Dnode_handle.hpp40 class node_handle class
50 node_handle()BOOST_NOEXCEPT:node(0){} in node_handle() function in boost::multi_index::detail::node_handle
52 node_handle(BOOST_RV_REF(node_handle) x)BOOST_NOEXCEPT:node(x.node) in node_handle() function in boost::multi_index::detail::node_handle
61 ~node_handle() in ~node_handle()
69 node_handle& operator=(BOOST_RV_REF(node_handle) x) in operator =()
110 void swap(node_handle& x) in swap()
135 friend void swap(node_handle& x,node_handle& y) in swap()
142 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
147 node_handle(Node* node_,const allocator_type& al):node(node_) in node_handle() function in boost::multi_index::detail::node_handle
174 void move_construct_allocator(BOOST_RV_REF(node_handle) x) in move_construct_allocator()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/multi_index/detail/
H A Dnode_handle.hpp40 class node_handle class
50 node_handle()BOOST_NOEXCEPT:node(0){} in node_handle() function in boost::multi_index::detail::node_handle
52 node_handle(BOOST_RV_REF(node_handle) x)BOOST_NOEXCEPT:node(x.node) in node_handle() function in boost::multi_index::detail::node_handle
61 ~node_handle() in ~node_handle()
69 node_handle& operator=(BOOST_RV_REF(node_handle) x) in operator =()
110 void swap(node_handle& x) in swap()
135 friend void swap(node_handle& x,node_handle& y) in swap()
142 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
147 node_handle(Node* node_,const allocator_type& al):node(node_) in node_handle() function in boost::multi_index::detail::node_handle
174 void move_construct_allocator(BOOST_RV_REF(node_handle) x) in move_construct_allocator()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/VDProgMesh/Analyzer/
H A Dvdpmanalyzer.cc365 node_handle = vhierarchy_.add_node(); in open_prog_mesh()
400 vhierarchy_.make_children(node_handle); in open_prog_mesh()
416 node_handle = vhierarchy_.root_handle(i); in open_prog_mesh()
494 node_handle = vhierarchy_.root_handle(i); in save_vd_prog_mesh()
774 if (vhierarchy_.node(node_handle).is_leaf()) in get_leaf_node_handles()
776 leaf_nodes.push_back(node_handle); in get_leaf_node_handles()
835 vhierarchy_.node(node_handle).set_normal(n); in compute_cone_of_normals()
891 compute_mue_sigma(node_handle, residuals); in compute_screen_space_error()
898 compute_mue_sigma(VHierarchyNodeHandle node_handle, in compute_mue_sigma() argument
918 vhierarchy_.node(node_handle).set_mue(max_cross); in compute_mue_sigma()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/multi_index/detail/
H A Dnode_handle.hpp46 class node_handle class
56 node_handle()BOOST_NOEXCEPT:node(0){} in node_handle() function in boost::multi_index::detail::node_handle
58 node_handle(BOOST_RV_REF(node_handle) x)BOOST_NOEXCEPT:node(x.node) in node_handle() function in boost::multi_index::detail::node_handle
67 ~node_handle() in ~node_handle()
75 node_handle& operator=(BOOST_RV_REF(node_handle) x) in operator =()
116 void swap(node_handle& x) in swap()
141 friend void swap(node_handle& x,node_handle& y) in swap()
148 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
153 node_handle(Node* node_,const allocator_type& al):node(node_) in node_handle() function in boost::multi_index::detail::node_handle
180 void move_construct_allocator(BOOST_RV_REF(node_handle) x) in move_construct_allocator()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming/Client/
H A DVDPMClientViewerWidget.cc135 VHierarchyNodeHandle node_handle; in mesh_coloring() local
198 node_handle = vfront_.node_handle(), in adaptive_refinement() local
201 if (qrefine(node_handle) == true) in adaptive_refinement()
205 force_vsplit(node_handle); in adaptive_refinement()
243 node_handle = vfront_.node_handle(), in current_max_resolution() local
247 force_vsplit(node_handle); in current_max_resolution()
289 get_active_cuts(node_handle, vl, vr); in force_vsplit()
296 vsplit(node_handle, vl, vr); in force_vsplit()
507 roots.push_back(node_handle); in open_vd_prog_mesh()
681 roots.push_back(node_handle); in open_vd_base_mesh()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/
H A DVDPMClientViewerWidget.cc136 VHierarchyNodeHandle node_handle; in mesh_coloring() local
199 node_handle = vfront_.node_handle(), in adaptive_refinement() local
202 if (qrefine(node_handle) == true) in adaptive_refinement()
206 force_vsplit(node_handle); in adaptive_refinement()
244 node_handle = vfront_.node_handle(), in current_max_resolution() local
248 force_vsplit(node_handle); in current_max_resolution()
290 get_active_cuts(node_handle, vl, vr); in force_vsplit()
297 vsplit(node_handle, vl, vr); in force_vsplit()
508 roots.push_back(node_handle); in open_vd_prog_mesh()
683 roots.push_back(node_handle); in open_vd_base_mesh()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/
H A DDEG_depsgraph_build.h133 void DEG_add_scene_relation(struct DepsNodeHandle *node_handle,
137 void DEG_add_object_relation(struct DepsNodeHandle *node_handle,
141 void DEG_add_simulation_relation(struct DepsNodeHandle *node_handle,
155 void DEG_add_generic_id_relation(struct DepsNodeHandle *node_handle,
165 void DEG_add_modifier_to_transform_relation(struct DepsNodeHandle *node_handle,
170 void DEG_add_object_pointcache_relation(struct DepsNodeHandle *node_handle,
180 struct ID *DEG_get_id_from_handle(struct DepsNodeHandle *node_handle);
181 struct Depsgraph *DEG_get_graph_from_handle(struct DepsNodeHandle *node_handle);
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/VDPM/
H A DVHierarchy.cc121 node_handle(VHierarchyNodeIndex _node_index) in node_handle() function in OpenMesh::VDPM::VHierarchy
126 VHierarchyNodeHandle node_handle = root_handle(_node_index.tree_id(tree_id_bits_)); in node_handle() local
133 while (flag > 0 && is_leaf_node(node_handle) != true) in node_handle()
137 node_handle = rchild_handle(node_handle); in node_handle()
141 node_handle = lchild_handle(node_handle); in node_handle()
146 return node_handle; in node_handle()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/container/
H A Dnode_handle.hpp77 class node_handle class
90 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
149 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
155 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
172node_handle( BOOST_RV_REF_BEG node_handle<NodeType, Value, Allocator, KeyMapped2> BOOST_RV_REF_END… in node_handle() function in boost::container::node_handle
185 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
192 ~node_handle () BOOST_NOEXCEPT in ~node_handle()
211 node_handle & operator=(BOOST_RV_REF(node_handle) nh) in operator =()
315 void swap(node_handle &nh) in swap()
344 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/container/
H A Dnode_handle.hpp77 class node_handle class
90 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
149 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
155 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
172node_handle( BOOST_RV_REF_BEG node_handle<NodeType, Value, Allocator, KeyMapped2> BOOST_RV_REF_END… in node_handle() function in boost::container::node_handle
185 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
192 ~node_handle () BOOST_NOEXCEPT in ~node_handle()
211 node_handle & operator=(BOOST_RV_REF(node_handle) nh) in operator =()
315 void swap(node_handle &nh) in swap()
344 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()
/dports/devel/hyperscan/boost_1_75_0/boost/container/
H A Dnode_handle.hpp91 class node_handle class
111 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
153 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
159 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
176 node_handle( BOOST_RV_REF_BEG node_handle<NodeAllocator, KeyMapped2> BOOST_RV_REF_END nh in node_handle() function in boost::container::node_handle
189 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
196 ~node_handle() BOOST_NOEXCEPT in ~node_handle()
216 node_handle & operator=(BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in operator =()
320 void swap(node_handle &nh) in swap()
391 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/container/
H A Dnode_handle.hpp91 class node_handle class
111 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
153 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
159 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
176 node_handle( BOOST_RV_REF_BEG node_handle<NodeAllocator, KeyMapped2> BOOST_RV_REF_END nh in node_handle() function in boost::container::node_handle
189 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
196 ~node_handle() BOOST_NOEXCEPT in ~node_handle()
216 node_handle & operator=(BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in operator =()
320 void swap(node_handle &nh) in swap()
391 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()
/dports/devel/R-cran-BH/BH/inst/include/boost/container/
H A Dnode_handle.hpp91 class node_handle class
111 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
153 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
159 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
176 node_handle( BOOST_RV_REF_BEG node_handle<NodeAllocator, KeyMapped2> BOOST_RV_REF_END nh in node_handle() function in boost::container::node_handle
189 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
196 ~node_handle() BOOST_NOEXCEPT in ~node_handle()
216 node_handle & operator=(BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in operator =()
320 void swap(node_handle &nh) in swap()
391 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/container/
H A Dnode_handle.hpp91 class node_handle class
111 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
153 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
159 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
176 node_handle( BOOST_RV_REF_BEG node_handle<NodeAllocator, KeyMapped2> BOOST_RV_REF_END nh in node_handle() function in boost::container::node_handle
189 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
196 ~node_handle() BOOST_NOEXCEPT in ~node_handle()
216 node_handle & operator=(BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in operator =()
320 void swap(node_handle &nh) in swap()
391 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/container/
H A Dnode_handle.hpp91 class node_handle class
111 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
153 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
159 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
176 node_handle( BOOST_RV_REF_BEG node_handle<NodeAllocator, KeyMapped2> BOOST_RV_REF_END nh in node_handle() function in boost::container::node_handle
189 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
196 ~node_handle() BOOST_NOEXCEPT in ~node_handle()
216 node_handle & operator=(BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in operator =()
320 void swap(node_handle &nh) in swap()
391 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/container/
H A Dnode_handle.hpp91 class node_handle class
111 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
153 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
159 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
176 node_handle( BOOST_RV_REF_BEG node_handle<NodeAllocator, KeyMapped2> BOOST_RV_REF_END nh in node_handle() function in boost::container::node_handle
189 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
196 ~node_handle() BOOST_NOEXCEPT in ~node_handle()
216 node_handle & operator=(BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in operator =()
320 void swap(node_handle &nh) in swap()
391 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/container/
H A Dnode_handle.hpp91 class node_handle class
111 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
153 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
159 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
176 node_handle( BOOST_RV_REF_BEG node_handle<NodeAllocator, KeyMapped2> BOOST_RV_REF_END nh in node_handle() function in boost::container::node_handle
189 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
196 ~node_handle() BOOST_NOEXCEPT in ~node_handle()
216 node_handle & operator=(BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in operator =()
320 void swap(node_handle &nh) in swap()
391 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()
/dports/devel/boost-libs/boost_1_72_0/boost/container/
H A Dnode_handle.hpp91 class node_handle class
111 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
153 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
159 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
176 node_handle( BOOST_RV_REF_BEG node_handle<NodeAllocator, KeyMapped2> BOOST_RV_REF_END nh in node_handle() function in boost::container::node_handle
189 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
196 ~node_handle() BOOST_NOEXCEPT in ~node_handle()
216 node_handle & operator=(BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in operator =()
320 void swap(node_handle &nh) in swap()
391 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()
/dports/devel/boost-python-libs/boost_1_72_0/boost/container/
H A Dnode_handle.hpp91 class node_handle class
111 BOOST_MOVABLE_BUT_NOT_COPYABLE(node_handle)
153 BOOST_CXX14_CONSTEXPR node_handle() BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
159 node_handle(node_pointer p, const nallocator_type &al) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
176 node_handle( BOOST_RV_REF_BEG node_handle<NodeAllocator, KeyMapped2> BOOST_RV_REF_END nh in node_handle() function in boost::container::node_handle
189 node_handle (BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in node_handle() function in boost::container::node_handle
196 ~node_handle() BOOST_NOEXCEPT in ~node_handle()
216 node_handle & operator=(BOOST_RV_REF(node_handle) nh) BOOST_NOEXCEPT in operator =()
320 void swap(node_handle &nh) in swap()
391 friend void swap(node_handle & x, node_handle & y) BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT(x.swap(y))) in swap()

12345678910>>...18