Home
last modified time | relevance | path

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

12345678910>>...59

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/tests/
H A Dtest_octree_dual_visit.cxx16 typedef Tree2D tree_type; typedef in dual_counter
17 dual_counter(tree_type const& t): tree_(t) in dual_counter()
25 tree_type const& tree() const in tree()
54 tree_type const& tree_;
57 RGTL_STATIC_ASSERT(tree_type::dimension == 2);
64 typedef rgtl_octree_data_fixed<2, int> tree_type; in test_octree_dual_visit() typedef
65 tree_type::child_index_type c0(0); in test_octree_dual_visit()
66 tree_type::child_index_type c3(3); in test_octree_dual_visit()
67 tree_type::cell_location_type root; in test_octree_dual_visit()
71 tree_type tree; in test_octree_dual_visit()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/
H A Drgtl_octree_dual_visit.h26 Visitor::tree_type::dimension, (Visitor::tree_type::dimension-d), m>
30 Visitor::tree_type::dimension, (Visitor::tree_type::dimension-d), m>
32 typedef typename Visitor::tree_type tree_type; typedef
43 tree_type const& tree() const { return visitor_.tree(); } in tree()
54 (tree_type::dimension-d));
65 typedef typename Visitor::tree_type tree_type; typedef
113 typedef typename Visitor::tree_type tree_type; typedef
141 (tree_type::dimension-d));
148 typedef typename Visitor::tree_type tree_type; in visit() typedef
149 procedure_args<Visitor, tree_type::dimension, 0> in(v); in visit()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/intrusive/
H A Davl_set.hpp92 : tree_type() in avl_set_impl()
97 : tree_type(cmp, v_traits) in avl_set_impl()
110 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_set_impl()
115 { return static_cast<avl_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in avl_multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_multiset_impl()
737 using tree_type::clone_from;
[all …]
H A Dbs_set.hpp90 : tree_type() in bs_set_impl()
95 : tree_type(cmp, v_traits) in bs_set_impl()
108 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_set_impl()
113 { return static_cast<bs_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
197 using tree_type::clone_from;
204 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
297 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
626 : tree_type() in bs_multiset_impl()
644 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_multiset_impl()
733 using tree_type::clone_from;
[all …]
H A Dset.hpp93 : tree_type() in set_impl()
98 : tree_type(cmp, v_traits) in set_impl()
111 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in set_impl()
116 { return static_cast<set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in multiset_impl()
737 using tree_type::clone_from;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/intrusive/
H A Dset.hpp93 : tree_type() in set_impl()
98 : tree_type(cmp, v_traits) in set_impl()
111 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in set_impl()
116 { return static_cast<set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in multiset_impl()
737 using tree_type::clone_from;
[all …]
H A Davl_set.hpp92 : tree_type() in avl_set_impl()
97 : tree_type(cmp, v_traits) in avl_set_impl()
110 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_set_impl()
115 { return static_cast<avl_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in avl_multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_multiset_impl()
737 using tree_type::clone_from;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/intrusive/
H A Davl_set.hpp92 : tree_type() in avl_set_impl()
97 : tree_type(cmp, v_traits) in avl_set_impl()
110 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_set_impl()
115 { return static_cast<avl_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in avl_multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_multiset_impl()
737 using tree_type::clone_from;
[all …]
H A Dbs_set.hpp90 : tree_type() in bs_set_impl()
95 : tree_type(cmp, v_traits) in bs_set_impl()
108 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_set_impl()
113 { return static_cast<bs_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
197 using tree_type::clone_from;
204 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
297 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
626 : tree_type() in bs_multiset_impl()
644 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_multiset_impl()
733 using tree_type::clone_from;
[all …]
H A Dset.hpp93 : tree_type() in set_impl()
98 : tree_type(cmp, v_traits) in set_impl()
111 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in set_impl()
116 { return static_cast<set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in multiset_impl()
737 using tree_type::clone_from;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/intrusive/
H A Dset.hpp93 : tree_type() in set_impl()
98 : tree_type(cmp, v_traits) in set_impl()
111 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in set_impl()
116 { return static_cast<set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in multiset_impl()
737 using tree_type::clone_from;
[all …]
H A Davl_set.hpp92 : tree_type() in avl_set_impl()
97 : tree_type(cmp, v_traits) in avl_set_impl()
110 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_set_impl()
115 { return static_cast<avl_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in avl_multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_multiset_impl()
737 using tree_type::clone_from;
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/intrusive/
H A Dbs_set.hpp90 : tree_type() in bs_set_impl()
95 : tree_type(cmp, v_traits) in bs_set_impl()
108 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_set_impl()
113 { return static_cast<bs_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
197 using tree_type::clone_from;
204 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
297 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
626 : tree_type() in bs_multiset_impl()
644 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_multiset_impl()
733 using tree_type::clone_from;
[all …]
H A Davl_set.hpp92 : tree_type() in avl_set_impl()
97 : tree_type(cmp, v_traits) in avl_set_impl()
110 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_set_impl()
115 { return static_cast<avl_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in avl_multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_multiset_impl()
737 using tree_type::clone_from;
[all …]
H A Dset.hpp93 : tree_type() in set_impl()
98 : tree_type(cmp, v_traits) in set_impl()
111 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in set_impl()
116 { return static_cast<set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in multiset_impl()
737 using tree_type::clone_from;
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/intrusive/
H A Dsg_set.hpp91 : tree_type() in sg_set_impl()
96 : tree_type(cmp, v_traits) in sg_set_impl()
109 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in sg_set_impl()
114 { return static_cast<sg_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
198 using tree_type::clone_from;
205 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
298 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
639 : tree_type() in sg_multiset_impl()
657 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in sg_multiset_impl()
746 using tree_type::clone_from;
[all …]
H A Davl_set.hpp92 : tree_type() in avl_set_impl()
97 : tree_type(cmp, v_traits) in avl_set_impl()
110 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_set_impl()
115 { return static_cast<avl_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in avl_multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_multiset_impl()
737 using tree_type::clone_from;
[all …]
H A Dbs_set.hpp90 : tree_type() in bs_set_impl()
95 : tree_type(cmp, v_traits) in bs_set_impl()
108 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_set_impl()
113 { return static_cast<bs_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
197 using tree_type::clone_from;
204 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
297 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
626 : tree_type() in bs_multiset_impl()
644 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_multiset_impl()
733 using tree_type::clone_from;
[all …]
H A Dset.hpp93 : tree_type() in set_impl()
98 : tree_type(cmp, v_traits) in set_impl()
111 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in set_impl()
116 { return static_cast<set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in multiset_impl()
737 using tree_type::clone_from;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/intrusive/
H A Davl_set.hpp92 : tree_type() in avl_set_impl()
97 : tree_type(cmp, v_traits) in avl_set_impl()
110 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_set_impl()
115 { return static_cast<avl_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in avl_multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_multiset_impl()
737 using tree_type::clone_from;
[all …]
H A Dbs_set.hpp90 : tree_type() in bs_set_impl()
95 : tree_type(cmp, v_traits) in bs_set_impl()
108 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_set_impl()
113 { return static_cast<bs_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
197 using tree_type::clone_from;
204 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
297 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
626 : tree_type() in bs_multiset_impl()
644 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_multiset_impl()
733 using tree_type::clone_from;
[all …]
H A Dset.hpp93 : tree_type() in set_impl()
98 : tree_type(cmp, v_traits) in set_impl()
111 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in set_impl()
116 { return static_cast<set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in multiset_impl()
737 using tree_type::clone_from;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/intrusive/
H A Dbs_set.hpp90 : tree_type() in bs_set_impl()
95 : tree_type(cmp, v_traits) in bs_set_impl()
108 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_set_impl()
113 { return static_cast<bs_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
197 using tree_type::clone_from;
204 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
297 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
626 : tree_type() in bs_multiset_impl()
644 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in bs_multiset_impl()
733 using tree_type::clone_from;
[all …]
H A Dset.hpp93 : tree_type() in set_impl()
98 : tree_type(cmp, v_traits) in set_impl()
111 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in set_impl()
116 { return static_cast<set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in multiset_impl()
737 using tree_type::clone_from;
[all …]
H A Davl_set.hpp92 : tree_type() in avl_set_impl()
97 : tree_type(cmp, v_traits) in avl_set_impl()
110 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_set_impl()
115 { return static_cast<avl_set_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
200 using tree_type::clone_from;
207 { tree_type::clone_from(BOOST_MOVE_BASE(tree_type, src), cloner, disposer); } in clone_from()
300 { return static_cast<size_type>(this->tree_type::find(key) != this->tree_type::cend()); } in count()
630 : tree_type() in avl_multiset_impl()
648 : tree_type(BOOST_MOVE_BASE(tree_type, x)) in avl_multiset_impl()
737 using tree_type::clone_from;
[all …]

12345678910>>...59