Home
last modified time | relevance | path

Searched defs:PathNode (Results 1 – 25 of 48) sorted by relevance

12

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DPathFinder.h48 struct PathNode { struct
49 PathNode* Parent; argument
50 PathNode* Next; argument
51 unsigned int x;
52 unsigned int y;
53 unsigned int orient;
/dports/games/klines/klines-21.12.3/src/
H A Danimator.cpp17 struct PathNode struct
20 PathNode *parent; argument
24 PathNode( FieldPos fpos, PathNode* p = nullptr, int g=0, int h=0 ) in PathNode() function
/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dpath.h33 struct PathNode { struct
39 bool operator>(const PathNode &p) const argument
/dports/security/keybase/client-v5.7.1/go/kbfs/data/
H A Dpath.go188 type PathNode struct { struct
189 BlockPointer
190 Name PathPartString
194 func (n PathNode) IsValid() bool {
200 func (n PathNode) DebugString() string {
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DmallocTag.h79 struct PathNode { struct
80 size_t nBytes, ///< Allocated bytes by this or descendant nodes.
81 nBytesDirect; ///< Allocated bytes (only for this node).
82 size_t nAllocations; ///< The number of allocations for this node.
83 std::string siteName; ///< Tag name.
85 children; ///< Children nodes.
/dports/devel/fossil/fossil-src-2.17/src/
H A Dpath.c27 struct PathNode { struct
32 PathNode *pFrom; /* Node we came from */ argument
34 PathNode *pPeer; /* List of nodes of the same generation */ argument
37 PathNode *pAll; /* List of all nodes */ argument
/dports/games/spring/spring_98.0/rts/Sim/Path/Default/
H A DPathDataTypes.h15 struct PathNode { struct
16 PathNode() in PathNode() function
29 inline bool operator < (const PathNode& pn) const { return (fCost < pn.fCost); } argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java74 private final class PathNode extends Node { class in ExplodedImage
81 PathNode(String name, Path path, BasicFileAttributes attrs) { // path in PathNode() method in ExplodedImage.PathNode
86 PathNode(String name, Node link) { // link in PathNode() method in ExplodedImage.PathNode
91 PathNode(String name, List<Node> children) { // dir in PathNode() method in ExplodedImage.PathNode
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java74 private final class PathNode extends Node { class in ExplodedImage
81 PathNode(String name, Path path, BasicFileAttributes attrs) { // path in PathNode() method in ExplodedImage.PathNode
86 PathNode(String name, Node link) { // link in PathNode() method in ExplodedImage.PathNode
91 PathNode(String name, List<Node> children) { // dir in PathNode() method in ExplodedImage.PathNode
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java74 private final class PathNode extends Node { class in ExplodedImage
81 PathNode(String name, Path path, BasicFileAttributes attrs) { // path in PathNode() method in ExplodedImage.PathNode
86 PathNode(String name, Node link) { // link in PathNode() method in ExplodedImage.PathNode
91 PathNode(String name, List<Node> children) { // dir in PathNode() method in ExplodedImage.PathNode
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java74 private final class PathNode extends Node { class in ExplodedImage
81 PathNode(String name, Path path, BasicFileAttributes attrs) { // path in PathNode() method in ExplodedImage.PathNode
86 PathNode(String name, Node link) { // link in PathNode() method in ExplodedImage.PathNode
91 PathNode(String name, List<Node> children) { // dir in PathNode() method in ExplodedImage.PathNode
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java74 private final class PathNode extends Node { class in ExplodedImage
81 PathNode(String name, Path path, BasicFileAttributes attrs) { // path in PathNode() method in ExplodedImage.PathNode
86 PathNode(String name, Node link) { // link in PathNode() method in ExplodedImage.PathNode
91 PathNode(String name, List<Node> children) { // dir in PathNode() method in ExplodedImage.PathNode
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java74 private final class PathNode extends Node { class in ExplodedImage
81 PathNode(String name, Path path, BasicFileAttributes attrs) { // path in PathNode() method in ExplodedImage.PathNode
86 PathNode(String name, Node link) { // link in PathNode() method in ExplodedImage.PathNode
91 PathNode(String name, List<Node> children) { // dir in PathNode() method in ExplodedImage.PathNode
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java74 private final class PathNode extends Node { class in ExplodedImage
81 PathNode(String name, Path path, BasicFileAttributes attrs) { // path in PathNode() method in ExplodedImage.PathNode
86 PathNode(String name, Node link) { // link in PathNode() method in ExplodedImage.PathNode
91 PathNode(String name, List<Node> children) { // dir in PathNode() method in ExplodedImage.PathNode
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java74 private final class PathNode extends Node { class in ExplodedImage
81 PathNode(String name, Path path, BasicFileAttributes attrs) { // path in PathNode() method in ExplodedImage.PathNode
86 PathNode(String name, Node link) { // link in PathNode() method in ExplodedImage.PathNode
91 PathNode(String name, List<Node> children) { // dir in PathNode() method in ExplodedImage.PathNode
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/actors/
H A Dpathfinder.cpp41 struct PathNode { struct
42 PathfindingState state;
43 unsigned int depth;
44 unsigned int cost;
45 unsigned int heuristicTotalCost;
46 PathNode *parent;
47 uint32 stepsfromparent;
/dports/devel/libtecla/libtecla/
H A Dpcache.c114 typedef struct PathNode PathNode; typedef
115 struct PathNode { struct
116 PathNode *next; /* The next directory in the path */ argument
131 static int add_PathNode(PathCache *pc, const char *dirname); argument
/dports/games/openttd/openttd-12.1/src/pathfinder/npf/
H A Daystar.h45 struct PathNode { struct
47 PathNode *parent; ///< The parent of this item. argument
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Protocols/
H A DPathNode.swift10 protocol PathNode { protocol
/dports/games/scummvm/scummvm-2.5.1/engines/grim/
H A Dactor.h696 struct PathNode { struct
698 PathNode *parent; argument
699 Math::Vector3d pos;
700 float dist;
701 float cost;
/dports/games/residualvm/residualvm-0.3.1/engines/grim/
H A Dactor.h696 struct PathNode { struct
698 PathNode *parent; argument
699 Math::Vector3d pos;
700 float dist;
701 float cost;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dactor.h626 struct PathNode { struct
630 PathNode() : link(0) {} in PathNode() argument
631 PathNode(const Point &p) : point(p), link(0) {} in PathNode() function
632 PathNode(const Point &p, int l) : point(p), link(l) {} in PathNode() argument
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dactor.h634 struct PathNode { struct
638 PathNode() : link(0) {} in PathNode() function
639 PathNode(const Point &p) : point(p), link(0) {} in PathNode() argument
640 PathNode(const Point &p, int l) : point(p), link(l) {} in PathNode() function
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/
H A DrepairCrew.cpp38 class PathNode { class in PathMap
42 PathNode() : arrive_direction(RC_None), right(false), down(false) { }; in PathNode() function in PathMap::PathNode
/dports/games/warzone2100/warzone2100/src/
H A Dastar.cpp78 struct PathNode struct
80 bool operator <(PathNode const &z) const in operator <() argument
98 PathCoord p; // Map coords.
99 unsigned dist, est; // Distance so far and estimate to end.

12