Home
last modified time | relevance | path

Searched refs:NodeListType (Results 1 – 25 of 63) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dnodelist.rs17 pub enum NodeListType { enum
26 list_type: NodeListType,
31 pub fn new_inherited(list_type: NodeListType) -> NodeList { in new_inherited()
39 pub fn new(window: &Window, list_type: NodeListType) -> DomRoot<NodeList> { in new()
59 NodeList::new(window, NodeListType::Simple(vec![])) in empty()
67 NodeListType::Simple(ref elems) => elems.len() as u32, in Length()
68 NodeListType::Children(ref list) => list.len(), in Length()
75 NodeListType::Simple(ref elems) => { in Item()
78 NodeListType::Children(ref list) => list.item(index), in Item()
91 if let NodeListType::Children(ref list) = self.list_type { in as_children_list()
[all …]
H A Dradionodelist.rs15 use dom::nodelist::{NodeList, NodeListType};
26 fn new_inherited(list_type: NodeListType) -> RadioNodeList { in new_inherited()
33 pub fn new(window: &Window, list_type: NodeListType) -> DomRoot<RadioNodeList> { in new()
41 RadioNodeList::new(window, NodeListType::Simple(iter.map(|r| Dom::from_ref(&*r)).collect())) in new_simple_list()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkCorrespondenceDataStructureIterator.h72 using NodeListType = typename TStructureType::NodeListType; variable
76 using NodeListIterator = typename NodeListType::iterator;
87 typename TStructureType::NodeListType::iterator m_NodeListIterator;
97 NodeListType * m_NodeListPointer;
H A DitkSparseImage.h101 using NodeListType = SparseFieldLayer< NodeType >; variable
127 NodeListType * GetNodeList() in GetNodeList()
144 typename NodeListType::Pointer m_NodeList;
H A DitkSparseImage.hxx30 m_NodeList = NodeListType::New(); in SparseImage()
48 m_NodeList = NodeListType::New(); in Initialize()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/FiniteDifference/include/
H A DitkFiniteDifferenceSparseImageFilter.h97 using NodeListType = typename SparseOutputImageType::NodeListType; variable
139 typename NodeListType::Iterator first;
141 typename NodeListType::Iterator last;
198 typename NodeListType::RegionListType m_RegionList;
/dports/math/vtk6/VTK-6.2.0/Utilities/MetaIO/vtkmetaio/
H A DmetaFEMObject.h227 typedef METAIO_STL::list<FEMObjectNode*> NodeListType; typedef
233 NodeListType & GetNodeList(void) {return m_NodeList;} in GetNodeList()
234 const NodeListType & GetNodeList(void) const {return m_NodeList;} in GetNodeList()
293 NodeListType m_NodeList;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkSparseImageTest.cxx74 using NodeListType = SparseImageType::NodeListType; in itkSparseImageTest() typedef
75 NodeListType::Pointer nodelist = im->GetNodeList(); in itkSparseImageTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MetaIO/src/MetaIO/src/
H A DmetaFEMObject.h227 typedef std::list<FEMObjectNode*> NodeListType; typedef
233 NodeListType & GetNodeList(void) {return m_NodeList;} in GetNodeList()
234 const NodeListType & GetNodeList(void) const {return m_NodeList;} in GetNodeList()
293 NodeListType m_NodeList;
/dports/math/vtk9/VTK-9.1.0/Utilities/MetaIO/vtkmetaio/
H A DmetaFEMObject.h225 typedef std::list<FEMObjectNode *> NodeListType; typedef
231 NodeListType &
236 const NodeListType &
337 NodeListType m_NodeList;
/dports/math/vtk8/VTK-8.2.0/Utilities/MetaIO/vtkmetaio/
H A DmetaFEMObject.h227 typedef METAIO_STL::list<FEMObjectNode*> NodeListType; typedef
233 NodeListType & GetNodeList(void) {return m_NodeList;} in GetNodeList()
234 const NodeListType & GetNodeList(void) const {return m_NodeList;} in GetNodeList()
293 NodeListType m_NodeList;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DDependenceGraphBuilder.h38 using NodeListType = SmallVector<NodeType *, 4>; variable
107 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
120 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h38 using NodeListType = SmallVector<NodeType *, 4>; variable
107 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
120 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h38 using NodeListType = SmallVector<NodeType *, 4>; variable
107 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
120 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>; variable
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>;
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>; variable
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>; variable
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>; variable
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>; variable
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>; variable
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>; variable
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>; variable
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>; variable
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h41 using NodeListType = SmallVector<NodeType *, 4>; variable
120 virtual NodeType &createPiBlock(const NodeListType &L) = 0;
133 virtual const NodeListType &getNodesInPiBlock(const NodeType &N) = 0;

123