Home
last modified time | relevance | path

Searched defs:NodeHandle (Results 1 – 25 of 49) sorted by relevance

12

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Graph/
H A DNodeValue.h173 struct NodeHandle : NodeValue { struct
188 NodeHandle(Node *parent, const NodeValue &that) in NodeHandle() function
194 NodeHandle(Node *parent, const NodeHandle &that) in NodeHandle() function
199 NodeHandle(const NodeHandle &that) : NodeHandle(that.parent_, that) {} in NodeHandle() function
202 NodeHandle() : NodeValue(nullptr), parent_(nullptr) {} in NodeHandle() argument
206 ~NodeHandle() { setOperand(nullptr, 0); } in ~NodeHandle() argument
235 llvm::ArrayRef<NodeHandle> ref_; argument
/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/ade/source/
H A Dtopological_sort.cpp56 bool LazyTopologicalSortChecker::nodeCreated(const Graph& /*graph*/, const NodeHandle& /*node*/) in nodeCreated()
62 bool LazyTopologicalSortChecker::nodeAboutToBeDestroyed(const Graph& /*graph*/, const NodeHandle& /… in nodeAboutToBeDestroyed()
82 const NodeHandle& /*newSrcNode*/, in edgeAboutToBeRelinked()
H A Dsubgraphs.cpp268 const std::pair<NodeHandle, NodeHandle>& value) const in operator ()() argument
278 const std::pair<NodeHandle, NodeHandle>& key) in updateCache()
/dports/science/py-rmf/rmf-1.3.1/include/RMF/
H A DNodeHandle.h28 class NodeHandle; variable
46 class NodeHandle; variable
78 NodeHandle() {} in NodeHandle() function
H A DFileHandle.h56 friend class NodeHandle; variable
/dports/science/rmf/rmf-1.3.1/include/RMF/
H A DNodeHandle.h28 class NodeHandle; variable
46 class NodeHandle; variable
78 NodeHandle() {} in NodeHandle() function
H A Dutility.h25 class NodeHandle; variable
H A DFileHandle.h56 friend class NodeHandle; variable
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/common/
H A Dgmetabackend.cpp76 const ade::NodeHandle &, in unpackKernel()
95 const ade::NodeHandle &, in allowsMerge()
/dports/editors/helix/helix-0.5.0/cargo-crates/slotmap-1.0.6/examples/
H A Drand_meld_heap.rs11 struct NodeHandle(HeapKey); struct
41 pub fn insert(&mut self, value: T) -> NodeHandle { in insert()
71 pub fn update_key(&mut self, node: NodeHandle, value: T) { in update_key()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/slotmap-0.4.0/examples/
H A Drand_meld_heap.rs13 struct NodeHandle(HeapKey); struct
43 pub fn insert(&mut self, value: T) -> NodeHandle { in insert()
75 pub fn update_key(&mut self, node: &NodeHandle, value: T) { in update_key()
/dports/www/zola/zola-0.15.2/cargo-crates/slotmap-1.0.6/examples/
H A Drand_meld_heap.rs11 struct NodeHandle(HeapKey); struct
41 pub fn insert(&mut self, value: T) -> NodeHandle { in insert()
71 pub fn update_key(&mut self, node: NodeHandle, value: T) { in update_key()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/EPL/
H A DegPrerequisites.h23 typedef int NodeHandle; typedef
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/
H A Dnspr.rc26 #define MY_FILEFLAGS_2 MY_FILEFLAGS_1
/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/ade/include/ade/
H A Dgraph_listener.hpp21 using NodeHandle = Handle<Node>; typedef
H A Dedge.hpp23 using NodeHandle = Handle<Node>; typedef
H A Dnode.hpp28 using NodeHandle = Handle<Node>; typedef
/dports/graphics/heimer/Heimer-3.0.0/src/
H A Dlayers.hpp24 NodeHandle = 30, enumerator
H A Dnode_handle.hpp25 class NodeHandle : public QObject, public QGraphicsItem class
H A Dnode_handle.cpp26 NodeHandle::NodeHandle(Node & parentNode, NodeHandle::Role role, int radius) in NodeHandle() function in NodeHandle
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/api/
H A Dgbackend.cpp21 const ade::NodeHandle & /*op_node*/ , in unpackKernel()
76 const ade::NodeHandle &, in allowsMerge()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DNodeValue.cpp122 NodeHandle::NodeHandle(Node *parent, Node *N) : NodeValue(N), parent_(parent) { in NodeHandle() function in NodeHandle
126 NodeHandle::NodeHandle(Node *parent, Node *N, unsigned resNo) in NodeHandle() function in NodeHandle
/dports/science/py-rmf/rmf-1.3.1/src/
H A DNodeHandle.cpp23 NodeHandle::NodeHandle(NodeID node, in NodeHandle() function in RMF::NodeHandle
/dports/science/rmf/rmf-1.3.1/src/
H A DNodeHandle.cpp23 NodeHandle::NodeHandle(NodeID node, in NodeHandle() function in RMF::NodeHandle
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/python/
H A Dgpythonbackend.cpp202 const ade::NodeHandle &, in allowsMerge()

12