Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/common/
H A Dpolicy_bundle.cc52 auto it_other = other.begin(); in MergeFrom() local
60 ++it_other; in MergeFrom()
66 policy_bundle_[it_other->first] = it_other->second->DeepCopy(); in MergeFrom()
67 ++it_other; in MergeFrom()
74 while (it_other != end_other) { in MergeFrom()
75 policy_bundle_[it_other->first] = it_other->second->DeepCopy(); in MergeFrom()
76 ++it_other; in MergeFrom()
85 auto it_other = other.begin(); in Equals() local
91 while (it_other != other.end() && it_other->second->empty()) in Equals()
92 ++it_other; in Equals()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/src/board/
H A Dboard_rules_check.cpp259 for (const auto &it_other : patches) { in check_clearance_copper() local
260 if (layer == it.first.layer && it.first.layer == it_other.first.layer in check_clearance_copper()
263 && it_other.first.type != PatchType::TEXT) { // see if it needs to be in check_clearance_copper()
272 else if (layer == it.first.layer && it.first.net != it_other.first.net in check_clearance_copper()
274 && it_other.first.type == PatchType::HOLE_PTH in check_clearance_copper()
275 … && (BoardLayers::is_copper(it_other.first.layer) || it_other.first.layer == 10000)) { in check_clearance_copper()
377 for (const auto &it_other : patches) { in check_clearance_copper_non_copper() local
378 if (layer == it.first.layer && it.first.layer == it_other.first.layer in check_clearance_copper_non_copper()
720 for (const auto &it_other : patches) { in check_clearance_same_net() local
721 if (layer == it.first.layer && it.first.layer == it_other.first.layer in check_clearance_same_net()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/process/
H A Dlogging_info.cc83 it_other = other.destinations_.begin(); in equals() local
84 it_other != other.destinations_.end(); in equals()
85 ++it_other) { in equals()
86 if (it_this->equals(*it_other)) { in equals()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/differentiation/sd/
H A Dsymengine_scalar_operations.cc191 const typename types::substitution_map::const_iterator it_other = in merge_substitution_maps() local
193 if (it_other == symb_map_out.end()) in merge_substitution_maps()
198 *(it_other->second.get_RCP())), in merge_substitution_maps()
/dports/cad/horizon-eda/horizon-2.1.0/src/widgets/
H A Dcolumn_chooser.hpp61 auto it_other = it + (up ? -1 : +1); in move_column() local
63 std::swap(*it_other, *it); in move_column()
/dports/cad/horizon-eda/horizon-2.1.0/src/core/tools/
H A Dtool_helper_merge.cpp112 for (auto &it_other : doc.c->get_sheet()->junctions) { in merge_and_connect() local
113 auto ju_other = &it_other.second; in merge_and_connect()
/dports/net-p2p/amule/aMule-2.3.3/unittests/tests/
H A DRangeMapTest.cpp249 TestRangeMap::iterator it_other = map.end(); in TEST() local
253 it_other = ++it; in TEST()
256 ASSERT_EQUALS(it_other, it++); in TEST()
259 it_other = --it; in TEST()
262 ASSERT_EQUALS(it_other, it--); in TEST()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/unittests/tests/
H A DRangeMapTest.cpp249 TestRangeMap::iterator it_other = map.end(); in TEST() local
253 it_other = ++it; in TEST()
256 ASSERT_EQUALS(it_other, it++); in TEST()
259 it_other = --it; in TEST()
262 ASSERT_EQUALS(it_other, it--); in TEST()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dmidi.cpp2110 ciMidiTrack it_other = mtl->begin(); in processMidi() local
2111 for( ; it_other != mtl->end(); ++it_other) in processMidi()
2113 … if((*it_other)->stuckLiveNoteExists(t_port, event.channel(), event.dataA())) in processMidi()
2117 if(it_other == mtl->end()) in processMidi()
2171 ciMidiTrack it_other = mtl->begin(); in processMidi() local
2172 for( ; it_other != mtl->end(); ++it_other) in processMidi()
2174 … if((*it_other)->stuckLiveNoteExists(event.port(), event.channel(), event.dataA())) in processMidi()
2178 if(it_other == mtl->end()) in processMidi()
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_Linf_2/
H A DSegment_Delaunay_graph_Linf_hierarchy_2_impl.h919 Point_handle it_other = sdg.hierarchy[0]->pc_.begin(); in copy() local
921 for (; it_other != sdg.hierarchy[0]->pc_.end(); ++it_other, ++it_this) { in copy()
922 hm.insert( Point_handle_pair(it_other, it_this) ); in copy()
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_2/
H A DSegment_Delaunay_graph_hierarchy_2_impl.h876 Point_handle it_other = sdg.hierarchy[0]->pc_.begin(); in copy() local
878 for (; it_other != sdg.hierarchy[0]->pc_.end(); ++it_other, ++it_this) { in copy()
879 hm.insert( Point_handle_pair(it_other, it_this) ); in copy()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/vmmlib/include/vmmlib/
H A Dtensor4.hpp1142 T *it_other = other_._array; in frobenius_norm() local
1143 for (; it != it_end; ++it, ++it_other) { in frobenius_norm()
1144 abs_diff = fabs(*it - *it_other); in frobenius_norm()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/csv-1.1.5/src/
H A Dbyte_record.rs552 let mut it_other = other.into_iter(); in iter_eq() localVariable
554 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/csv-1.1.3/src/
H A Dbyte_record.rs552 let mut it_other = other.into_iter(); in iter_eq() localVariable
554 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/csv-1.1.3/src/
H A Dbyte_record.rs552 let mut it_other = other.into_iter(); in iter_eq() localVariable
554 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/csv-1.1.5/src/
H A Dbyte_record.rs552 let mut it_other = other.into_iter(); in iter_eq() localVariable
554 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/csv-1.1.1/src/
H A Dbyte_record.rs552 let mut it_other = other.into_iter(); in iter_eq() localVariable
554 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/csv-1.1.3/src/
H A Dbyte_record.rs552 let mut it_other = other.into_iter(); in iter_eq() localVariable
554 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/csv-1.1.3/src/
H A Dbyte_record.rs552 let mut it_other = other.into_iter(); in iter_eq() localVariable
554 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/csv-1.1.2/src/
H A Dbyte_record.rs552 let mut it_other = other.into_iter(); in iter_eq() localVariable
554 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/csv-1.1.5/src/
H A Dbyte_record.rs552 let mut it_other = other.into_iter(); in iter_eq() localVariable
554 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/csv-1.1.3/src/
H A Dbyte_record.rs552 let mut it_other = other.into_iter(); in iter_eq() localVariable
554 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/Fill/
H A DFillRectilinear.cpp516 const SegmentIntersection &it_other = vline_other.intersections[iIntersectionOther]; in intersection_on_prev_next_vertical_line_valid() local
517 assert(it_other.is_inner()); in intersection_on_prev_next_vertical_line_valid()
521 …const SegmentIntersection &it_other2 = vline_other.intersections[it_other.is_low() ? iInte… in intersection_on_prev_next_vertical_line_valid()
526 assert(it_other.is_low() == it_other2.is_low()); in intersection_on_prev_next_vertical_line_valid()
529 …if (side == SegmentIntersection::Side::Right ? it_this.consumed_perimeter_right : it_other.consume… in intersection_on_prev_next_vertical_line_valid()
532 …if (it_other.is_low() ? it_other.consumed_vertical_up : vline_other.intersections[iIntersectionOth… in intersection_on_prev_next_vertical_line_valid()
536 …if (it_other.vertical_outside() != -1 && it_other.vertical_outside_quality() == SegmentIntersectio… in intersection_on_prev_next_vertical_line_valid()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/csv-1.1.6/src/
H A Dbyte_record.rs564 let mut it_other = other.into_iter(); in iter_eq() localVariable
566 match (it_record.next(), it_other.next()) { in iter_eq()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/csv-1.1.6/src/
H A Dbyte_record.rs564 let mut it_other = other.into_iter(); in iter_eq() localVariable
566 match (it_record.next(), it_other.next()) { in iter_eq()

12