Home
last modified time | relevance | path

Searched refs:getChildren (Results 1 – 25 of 72) sorted by relevance

123

/third_party/node/deps/npm/node_modules/treeverse/lib/
Ddepth.js23 getChildren,
27 return depthDescent({ visit, filter, getChildren, tree }) property
52 const kids = getChildren(tree, seen.get(tree))
58 depth({ visit, leave, filter, seen, getChildren, tree: kid })) property
Ddepth-descent.js35 getChildren, property
73 const kids = getChildren(kidTree, seen.get(kidTree))
Dbreadth.js14 getChildren,
52 const kids = getChildren(kidTree, seen.get(kidTree))
/third_party/typescript/src/testRunner/unittests/
DpublicApi.ts215 … const paramTag = sourceFile.getChildren()[0].getChildren()[0].getChildren()[0].getChildren()[0];
216 const kids = paramTag.getChildren();
232 const endOfFileToken = sourceFile.getChildren()[1];
233 assert.equal(endOfFileToken.getChildren().length, 1);
DjsonParserRecovery.ts15 file.getChildren();
/third_party/typescript/src/services/
DsmartSelection.ts73 const firstChild = node.getChildren()[0];
163 return groupChildren(node.getChildAt(0).getChildren(), isImport);
177 const [openBraceToken, ...children] = node.getChildren();
201 const children = groupChildren(node.getChildren(), child =>
211 const groupedDotDotDotAndName = groupChildren(node.getChildren(), child =>
220 return splitChildren(node.getChildren(), ({ kind }) => kind === SyntaxKind.EqualsToken);
223 return node.getChildren();
DdocumentHighlights.ts106 … nodeTest(d) ? find(d.getChildren(sourceFile), c => contains(keywords, c.kind)) : undefined));
274 const loopTokens = loopNode.getChildren();
494 const children = ifStatement.getChildren(sourceFile);
DsignatureHelp.ts104 const invocationChildren = node.getChildren(sourceFile);
366 for (const child of argumentsList.getChildren()) {
390 const listChildren = argumentsList.getChildren();
491 const children = parent.getChildren(sourceFile);
Dutilities.ts688 const children = n.getChildren(sourceFile);
712 const children = list.getChildren();
726 return find(n.getChildren(sourceFile), (c): c is T => c.kind === kind);
734 …const syntaxList = find(node.parent.getChildren(), (c): c is SyntaxList => isSyntaxList(c) && rang…
736 Debug.assert(!syntaxList || contains(syntaxList.getChildren(), node));
764 const classKeyword = find(node.getChildren(), isClassKeyword);
781 const functionKeyword = find(node.getChildren(), isFunctionKeyword);
1134 const children = current.getChildren(sourceFile);
1264 return firstDefined(n.getChildren(sourceFile), child => {
1291 const children = n.getChildren(sourceFile);
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Ddiff.js71 getChildren: node => {
98 getChildren, property
178 const getChildren = diff => {
281 children.push(...getChildren({
Dcalc-dep-flags.js14 getChildren: (node, tree) =>
104 getChildren: node => { method
Dyarn-lock.js216 getChildren: node => [...node.children.values(), ...node.fsChildren]
/third_party/vk-gl-cts/framework/common/
DtcuTestHierarchyIterator.cpp66 testPackage->getChildren(children); in enterTestPackage()
81 testGroup->getChildren(children); in enterGroupNode()
205 … case NODETYPE_ROOT: static_cast<TestPackageRoot*>(node)->getChildren(iter.children); break; in next()
DtcuTestCase.cpp71 void TestNode::getChildren (vector<TestNode*>& res) const in getChildren() function in tcu::TestNode
DtcuTestCase.hpp122 void getChildren (std::vector<TestNode*>& children) const;
/third_party/typescript/src/debug/
Ddbg.ts242 function getChildren(node: FlowGraphNode) {
318 for (const child of getChildren(node)) {
336 const children = getChildren(node);
405 const children = getChildren(node);
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/
Dreify.js29 getChildren: d => d.children,
Dprune.js29 getChildren: d => d.children,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustnessTests.cpp68 robustnessTests->getChildren(children); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessTests.cpp68 robustnessTests->getChildren(children); in createTests()
/third_party/vk-gl-cts/framework/platform/ohos/
Dtestmain.cpp123 node->getChildren(children); in GetCasePath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h1399 if (Node->getChildren().empty()) { in VerifyDFSNumbers()
1511 if (!BB || TN->getChildren().empty()) continue; in verifyParentProperty()
1520 for (TreeNodePtr Child : TN->getChildren()) in verifyParentProperty()
1544 if (!BB || TN->getChildren().empty()) continue; in verifySiblingProperty()
1546 const auto &Siblings = TN->getChildren(); in verifySiblingProperty()
/third_party/node/deps/npm/lib/utils/
Dreify-output.js98 getChildren: d => d.children,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h65 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp549 SetVector<MRT *> *getChildren() { return &Children; } in getChildren() function in __anonffb9c4130211::RegionMRT
827 auto Children = Region->getChildren(); in storeLiveOuts()
1332 auto Children = Region->getChildren(); in regionIsSequence()
1344 auto Children = Region->getChildren(); in fixupRegionExits()
2616 SetVector<MRT *> *Children = Region->getChildren(); in containsNewBackedge()
2643 SetVector<MRT *> *Children = Region->getChildren(); in structurizeComplexRegion()
2789 auto Children = Region->getChildren(); in structurizeRegions()
2842 for (auto CI = Region->getChildren()->begin(), in initializeSelectRegisters()
2843 CE = Region->getChildren()->end(); in initializeSelectRegisters()

123