Home
last modified time | relevance | path

Searched refs:MovePath (Results 1 – 14 of 14) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_dataflow/src/move_paths/
H A Dmod.rs58 pub struct MovePath<'tcx> { struct
65 impl<'tcx> MovePath<'tcx> { implementation
74 fetch_next: move |_, parent: &MovePath<'_>| { in parents()
88 fetch_next: move |_, child: &MovePath<'_>| { in children()
100 move_paths: &IndexVec<MovePathIndex, MovePath<'_>>, in find_descendant()
130 impl<'tcx> fmt::Debug for MovePath<'tcx> { implementation
146 impl<'tcx> fmt::Display for MovePath<'tcx> { implementation
153 next: Option<(MovePathIndex, &'a MovePath<'tcx>)>,
159 F: FnMut(MovePathIndex, &'a MovePath<'tcx>) -> Option<(MovePathIndex, &'a MovePath<'tcx>)>,
161 type Item = (MovePathIndex, &'a MovePath<'tcx>);
[all …]
H A Dbuilder.rs14 LocationMap, MoveData, MoveOut, MoveOutIndex, MovePath, MovePathIndex, MovePathLookup,
65 move_paths: &mut IndexVec<MovePathIndex, MovePath<'tcx>>, in new_move_path()
72 move_paths.push(MovePath { next_sibling: None, first_child: None, parent, place });
/dports/lang/rust/rustc-1.58.1-src/src/doc/rustc-dev-guide/src/borrow_check/moves_and_initialization/
H A Dmove_paths.md25 path**. A [`MovePath`] represents some location that the user can
32 [`MovePath`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_dataflow/move_paths/struct.
37 Although there is a [`MovePath`] data structure, they are never referenced
42 access the [`MovePath::place`] field like so:
49 [`MovePath::place`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_dataflow/move_paths/…
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DFleet.h66 …std::list<MovePathNode> MovePath(const std::list<int>& route, bool flag_blockades = fa…
67 …std::list<MovePathNode> MovePath(bool flag_blockades = false) const; ///< R…
H A DFleet.cpp231 std::list<MovePathNode> Fleet::MovePath(bool flag_blockades /*= false*/) const in MovePath() function in Fleet
232 { return MovePath(TravelRoute(), flag_blockades); } in MovePath()
234 std::list<MovePathNode> Fleet::MovePath(const std::list<int>& route, bool flag_blockades /*= false*… in MovePath() function in Fleet
554 { return ETA(MovePath()); } in ETA()
844 auto move_path = MovePath(); in MovementPhase()
889 move_path = MovePath(); in MovementPhase()
H A DEffects.cpp2911 std::pair<int, int> eta = target_fleet->ETA(target_fleet->MovePath(route_list)); in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/animations/
H A Dmotionpathtag.hxx80 void MovePath( int nDX, int nDY );
H A Dmotionpathtag.cxx129 mxTag->MovePath( DragStat().GetDX(), DragStat().GetDY() ); in EndSdrDrag()
401 void MotionPathTag::MovePath( int nDX, int nDY ) in MovePath() function in sd::MotionPathTag
738 MovePath( nX, nY ); in OnMove()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/animations/
H A Dmotionpathtag.hxx79 void MovePath( int nDX, int nDY );
H A Dmotionpathtag.cxx133 mxTag->MovePath( DragStat().GetDX(), DragStat().GetDY() ); in EndSdrDrag()
417 void MotionPathTag::MovePath( int nDX, int nDY ) in MovePath() function in sd::MotionPathTag
754 MovePath( nX, nY ); in OnMove()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tools/
H A Doshelpers.py189 def MovePath(options, src, dst): function
243 MovePath(options, src, options.dest)
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DOrder.cpp363 auto eta = fleet->ETA(fleet->MovePath(route_list)); in ExecuteImpl()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp4593 auto path = fleet->MovePath(route, true); in SetFleetMovementLine()
4633 auto path = fleet->MovePath(travel_route, true); in SetProjectedFleetMovementLine()
7255 auto eta = fleet->ETA(fleet->MovePath(route_list)); in FleetRouteInRange()
7313 if ((fleet->Fuel() < 1.0f) || !fleet->MovePath().empty()) { in GetOrderedFleetRoute()
7589 if (fleet->MovePath().empty()) in DispatchFleetsExploring()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-1-2698 - Bugfix: replaced MovePath's intern Algorithm for calculating
705 - NONINTERACTIVE PDB Interface(s) for MovePath
707 - FRAME based Stepmodes for MovePath