Home
last modified time | relevance | path

Searched refs:nodeStack (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp388 vector<CaseTreeNode*> nodeStack; in parseCaseTrie() local
395 nodeStack.push_back(root); in parseCaseTrie()
397 while (!nodeStack.empty()) in parseCaseTrie()
412 nodeStack.back()->addChild(newChild); in parseCaseTrie()
421 nodeStack.push_back(newChild); in parseCaseTrie()
431 nodeStack.pop_back(); in parseCaseTrie()
434 if (nodeStack.empty()) in parseCaseTrie()
452 static void parseSimpleCaseList (vector<CaseTreeNode*>& nodeStack, std::istream& in, bool reportDup… in parseSimpleCaseList() argument
468 if (!nodeStack[stackPos]->hasChild(curName)) in parseSimpleCaseList()
474 nodeStack[stackPos]->addChild(newChild); in parseSimpleCaseList()
[all …]
DtcuTestHierarchyIterator.cpp151 std::string TestHierarchyIterator::buildNodePath (const vector<NodeIter>& nodeStack) in buildNodePath() argument
154 for (size_t ndx = 1; ndx < nodeStack.size(); ndx++) in buildNodePath()
156 const NodeIter& iter = nodeStack[ndx]; in buildNodePath()
DtcuTestHierarchyIterator.hpp190 static std::string buildNodePath (const std::vector<NodeIter>& nodeStack);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp871 std::vector<CommandGraphNode *> nodeStack; in submitCommands() local
890 nodeStack.push_back(topLevelNode); in submitCommands()
892 while (!nodeStack.empty()) in submitCommands()
894 CommandGraphNode *node = nodeStack.back(); in submitCommands()
899 node->visitParents(&nodeStack); in submitCommands()
904 nodeStack.pop_back(); in submitCommands()
907 nodeStack.pop_back(); in submitCommands()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp306 ConsList<TIntermNode *> &nodeStack; member
307 NodeStackGuard(ConsList<TIntermNode *> &nodeStack) in NodeStackGuard()
308 : oldNodeStack(nodeStack), nodeStack(nodeStack) in NodeStackGuard()
310 ~NodeStackGuard() { nodeStack = oldNodeStack; } in ~NodeStackGuard()
/third_party/typescript/src/compiler/
Demitter.ts2557 const nodeStack = [node]; constant
2561 node = nodeStack[stackIndex];
2611 nodeStack[stackIndex] = next;
/third_party/typescript/lib/
Dtsc.js84237 var nodeStack = [node];
84241 node = nodeStack[stackIndex];
84279 nodeStack[stackIndex] = next;
DtypingsInstaller.js102930 var nodeStack = [node];
102934 node = nodeStack[stackIndex];
102979 nodeStack[stackIndex] = next;
Dtypescript.js103135 var nodeStack = [node];
103139 node = nodeStack[stackIndex];
103184 nodeStack[stackIndex] = next;
DtypescriptServices.js103135 var nodeStack = [node];
103139 node = nodeStack[stackIndex];
103184 nodeStack[stackIndex] = next;
Dtsserverlibrary.js103135 var nodeStack = [node];
103139 node = nodeStack[stackIndex];
103184 nodeStack[stackIndex] = next;
Dtsserver.js102941 var nodeStack = [node];
102945 node = nodeStack[stackIndex];
102990 nodeStack[stackIndex] = next;