Home
last modified time | relevance | path

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

12345678910>>...16

/dports/www/osrm-backend/osrm-backend-5.26.0/src/partitioner/
H A Drecursive_bisection_state.cpp30 RecursiveBisectionState::ApplyBisection(const NodeIterator const_begin, in ApplyBisection() argument
37 BOOST_ASSERT(bisection_graph.GetID(*const_begin) < bisection_graph.NumberOfNodes() && in ApplyBisection()
38 bisection_graph.GetID(*const_begin) + std::distance(const_begin, const_end) <= in ApplyBisection()
42 for (auto itr = const_begin; itr != const_end; ++itr) in ApplyBisection()
44 const auto nid = std::distance(const_begin, itr); in ApplyBisection()
55 const auto end = begin + std::distance(const_begin, const_end); in ApplyBisection()
58 std::vector<NodeID> mapping(std::distance(const_begin, const_end), SPECIAL_NODEID); in ApplyBisection()
61 std::transform(const_begin, in ApplyBisection()
72 const auto target_flag = by_flag_bit(*(const_begin + edge.target)); in ApplyBisection()
80 std::for_each(const_begin, const_end, [&](const auto &node) { in ApplyBisection()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/iterators/
H A Dconcatenate_iterator.cpp143 const_concat_iterator const_begin(begin); in apply() local
145 const_begin = begin; in apply()
153 BOOST_CHECK( c1.empty() || *const_begin == *c1.begin() ); in apply()
168 test_equality(const_begin, const_end, combined); in apply()
171 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
173 test_equality(const_begin, const_end, combined); in apply()
177 test_size(const_begin, const_end, combined); in apply()
194 << *std::max_element(const_begin, const_end) in apply()
203 test_using_max_element(begin, end, const_begin, const_end, in apply()
205 test_using_max_element(begin, end, const_begin, const_end, in apply()
H A Dflatten_iterator.cpp195 const_flatten_iterator const_begin(begin); in apply() local
197 const_begin = begin; in apply()
209 test_equality(const_begin, const_end, combined); in apply()
214 test_equality(const_begin, const_end, combined); in apply()
217 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
219 test_equality(const_begin, const_end, combined); in apply()
223 test_size(const_begin, const_end, combined); in apply()
237 << *std::max_element(const_begin, const_end) in apply()
246 test_using_max_element(begin, end, const_begin, const_end, c); in apply()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/iterators/
H A Dconcatenate_iterator.cpp143 const_concat_iterator const_begin(begin); in apply() local
145 const_begin = begin; in apply()
153 BOOST_CHECK( c1.empty() || *const_begin == *c1.begin() ); in apply()
168 test_equality(const_begin, const_end, combined); in apply()
171 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
173 test_equality(const_begin, const_end, combined); in apply()
177 test_size(const_begin, const_end, combined); in apply()
194 << *std::max_element(const_begin, const_end) in apply()
203 test_using_max_element(begin, end, const_begin, const_end, in apply()
205 test_using_max_element(begin, end, const_begin, const_end, in apply()
H A Dflatten_iterator.cpp195 const_flatten_iterator const_begin(begin); in apply() local
197 const_begin = begin; in apply()
209 test_equality(const_begin, const_end, combined); in apply()
214 test_equality(const_begin, const_end, combined); in apply()
217 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
219 test_equality(const_begin, const_end, combined); in apply()
223 test_size(const_begin, const_end, combined); in apply()
237 << *std::max_element(const_begin, const_end) in apply()
246 test_using_max_element(begin, end, const_begin, const_end, c); in apply()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/iterators/
H A Dconcatenate_iterator.cpp143 const_concat_iterator const_begin(begin); in apply() local
145 const_begin = begin; in apply()
153 BOOST_CHECK( c1.empty() || *const_begin == *c1.begin() ); in apply()
168 test_equality(const_begin, const_end, combined); in apply()
171 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
173 test_equality(const_begin, const_end, combined); in apply()
177 test_size(const_begin, const_end, combined); in apply()
194 << *std::max_element(const_begin, const_end) in apply()
203 test_using_max_element(begin, end, const_begin, const_end, in apply()
205 test_using_max_element(begin, end, const_begin, const_end, in apply()
H A Dflatten_iterator.cpp195 const_flatten_iterator const_begin(begin); in apply() local
197 const_begin = begin; in apply()
209 test_equality(const_begin, const_end, combined); in apply()
214 test_equality(const_begin, const_end, combined); in apply()
217 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
219 test_equality(const_begin, const_end, combined); in apply()
223 test_size(const_begin, const_end, combined); in apply()
237 << *std::max_element(const_begin, const_end) in apply()
246 test_using_max_element(begin, end, const_begin, const_end, c); in apply()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/iterators/
H A Dconcatenate_iterator.cpp143 const_concat_iterator const_begin(begin); in apply() local
145 const_begin = begin; in apply()
153 BOOST_CHECK( c1.empty() || *const_begin == *c1.begin() ); in apply()
168 test_equality(const_begin, const_end, combined); in apply()
171 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
173 test_equality(const_begin, const_end, combined); in apply()
177 test_size(const_begin, const_end, combined); in apply()
194 << *std::max_element(const_begin, const_end) in apply()
203 test_using_max_element(begin, end, const_begin, const_end, in apply()
205 test_using_max_element(begin, end, const_begin, const_end, in apply()
H A Dflatten_iterator.cpp195 const_flatten_iterator const_begin(begin); in apply() local
197 const_begin = begin; in apply()
209 test_equality(const_begin, const_end, combined); in apply()
214 test_equality(const_begin, const_end, combined); in apply()
217 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
219 test_equality(const_begin, const_end, combined); in apply()
223 test_size(const_begin, const_end, combined); in apply()
237 << *std::max_element(const_begin, const_end) in apply()
246 test_using_max_element(begin, end, const_begin, const_end, c); in apply()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/iterators/
H A Dconcatenate_iterator.cpp143 const_concat_iterator const_begin(begin); in apply() local
145 const_begin = begin; in apply()
153 BOOST_CHECK( c1.empty() || *const_begin == *c1.begin() ); in apply()
168 test_equality(const_begin, const_end, combined); in apply()
171 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
173 test_equality(const_begin, const_end, combined); in apply()
177 test_size(const_begin, const_end, combined); in apply()
194 << *std::max_element(const_begin, const_end) in apply()
203 test_using_max_element(begin, end, const_begin, const_end, in apply()
205 test_using_max_element(begin, end, const_begin, const_end, in apply()
H A Dflatten_iterator.cpp195 const_flatten_iterator const_begin(begin); in apply() local
197 const_begin = begin; in apply()
209 test_equality(const_begin, const_end, combined); in apply()
214 test_equality(const_begin, const_end, combined); in apply()
217 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
219 test_equality(const_begin, const_end, combined); in apply()
223 test_size(const_begin, const_end, combined); in apply()
237 << *std::max_element(const_begin, const_end) in apply()
246 test_using_max_element(begin, end, const_begin, const_end, c); in apply()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/iterators/
H A Dconcatenate_iterator.cpp143 const_concat_iterator const_begin(begin); in apply() local
145 const_begin = begin; in apply()
153 BOOST_CHECK( c1.empty() || *const_begin == *c1.begin() ); in apply()
168 test_equality(const_begin, const_end, combined); in apply()
171 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
173 test_equality(const_begin, const_end, combined); in apply()
177 test_size(const_begin, const_end, combined); in apply()
194 << *std::max_element(const_begin, const_end) in apply()
203 test_using_max_element(begin, end, const_begin, const_end, in apply()
205 test_using_max_element(begin, end, const_begin, const_end, in apply()
H A Dflatten_iterator.cpp195 const_flatten_iterator const_begin(begin); in apply() local
197 const_begin = begin; in apply()
209 test_equality(const_begin, const_end, combined); in apply()
214 test_equality(const_begin, const_end, combined); in apply()
217 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
219 test_equality(const_begin, const_end, combined); in apply()
223 test_size(const_begin, const_end, combined); in apply()
237 << *std::max_element(const_begin, const_end) in apply()
246 test_using_max_element(begin, end, const_begin, const_end, c); in apply()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/iterators/
H A Dconcatenate_iterator.cpp143 const_concat_iterator const_begin(begin); in apply() local
145 const_begin = begin; in apply()
153 BOOST_CHECK( c1.empty() || *const_begin == *c1.begin() ); in apply()
168 test_equality(const_begin, const_end, combined); in apply()
171 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
173 test_equality(const_begin, const_end, combined); in apply()
177 test_size(const_begin, const_end, combined); in apply()
194 << *std::max_element(const_begin, const_end) in apply()
203 test_using_max_element(begin, end, const_begin, const_end, in apply()
205 test_using_max_element(begin, end, const_begin, const_end, in apply()
H A Dflatten_iterator.cpp195 const_flatten_iterator const_begin(begin); in apply() local
197 const_begin = begin; in apply()
209 test_equality(const_begin, const_end, combined); in apply()
214 test_equality(const_begin, const_end, combined); in apply()
217 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
219 test_equality(const_begin, const_end, combined); in apply()
223 test_size(const_begin, const_end, combined); in apply()
237 << *std::max_element(const_begin, const_end) in apply()
246 test_using_max_element(begin, end, const_begin, const_end, c); in apply()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/iterators/
H A Dconcatenate_iterator.cpp143 const_concat_iterator const_begin(begin); in apply() local
145 const_begin = begin; in apply()
153 BOOST_CHECK( c1.empty() || *const_begin == *c1.begin() ); in apply()
168 test_equality(const_begin, const_end, combined); in apply()
171 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
173 test_equality(const_begin, const_end, combined); in apply()
177 test_size(const_begin, const_end, combined); in apply()
194 << *std::max_element(const_begin, const_end) in apply()
203 test_using_max_element(begin, end, const_begin, const_end, in apply()
205 test_using_max_element(begin, end, const_begin, const_end, in apply()
H A Dflatten_iterator.cpp195 const_flatten_iterator const_begin(begin); in apply() local
197 const_begin = begin; in apply()
209 test_equality(const_begin, const_end, combined); in apply()
214 test_equality(const_begin, const_end, combined); in apply()
217 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
219 test_equality(const_begin, const_end, combined); in apply()
223 test_size(const_begin, const_end, combined); in apply()
237 << *std::max_element(const_begin, const_end) in apply()
246 test_using_max_element(begin, end, const_begin, const_end, c); in apply()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/iterators/
H A Dconcatenate_iterator.cpp143 const_concat_iterator const_begin(begin); in apply() local
145 const_begin = begin; in apply()
153 BOOST_CHECK( c1.empty() || *const_begin == *c1.begin() ); in apply()
168 test_equality(const_begin, const_end, combined); in apply()
171 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
173 test_equality(const_begin, const_end, combined); in apply()
177 test_size(const_begin, const_end, combined); in apply()
194 << *std::max_element(const_begin, const_end) in apply()
203 test_using_max_element(begin, end, const_begin, const_end, in apply()
205 test_using_max_element(begin, end, const_begin, const_end, in apply()
H A Dflatten_iterator.cpp195 const_flatten_iterator const_begin(begin); in apply() local
197 const_begin = begin; in apply()
209 test_equality(const_begin, const_end, combined); in apply()
214 test_equality(const_begin, const_end, combined); in apply()
217 std::copy(const_begin, const_end, std::back_inserter(combined)); in apply()
219 test_equality(const_begin, const_end, combined); in apply()
223 test_size(const_begin, const_end, combined); in apply()
237 << *std::max_element(const_begin, const_end) in apply()
246 test_using_max_element(begin, end, const_begin, const_end, c); in apply()
/dports/games/traingame/traingame-cb6513e/src/gui/
H A DContainerWidget.cpp31 for (ChildList::const_iterator it = const_begin(); in render()
48 for (ChildList::const_iterator it = const_begin(); in adjust_for_theme()
60 for (ChildList::const_iterator it = const_begin(); in handle_click()
H A DWindow.cpp56 for (ChildList::const_iterator it = const_begin(); in adjust_for_theme()
70 for (ChildList::const_iterator it = const_begin(); in adjust_for_theme()
/dports/devel/boost-docs/boost_1_72_0/libs/range/test/
H A Dconst_ranges.cpp35 BOOST_CHECK( boost::const_begin( foo ) == boost::begin( as_const( foo ) ) ); in check_const_ranges()
40 BOOST_CHECK( boost::const_begin( bar ) == boost::begin( as_const( bar ) ) ); in check_const_ranges()
/dports/devel/boost-python-libs/boost_1_72_0/libs/range/test/
H A Dconst_ranges.cpp35 BOOST_CHECK( boost::const_begin( foo ) == boost::begin( as_const( foo ) ) ); in check_const_ranges()
40 BOOST_CHECK( boost::const_begin( bar ) == boost::begin( as_const( bar ) ) ); in check_const_ranges()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/range/test/
H A Dconst_ranges.cpp35 BOOST_CHECK( boost::const_begin( foo ) == boost::begin( as_const( foo ) ) ); in check_const_ranges()
40 BOOST_CHECK( boost::const_begin( bar ) == boost::begin( as_const( bar ) ) ); in check_const_ranges()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/range/test/
H A Dconst_ranges.cpp35 BOOST_CHECK( boost::const_begin( foo ) == boost::begin( as_const( foo ) ) ); in check_const_ranges()
40 BOOST_CHECK( boost::const_begin( bar ) == boost::begin( as_const( bar ) ) ); in check_const_ranges()

12345678910>>...16