Home
last modified time | relevance | path

Searched refs:hasNode (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/executor/
DxeBatchExecutor.cpp69 if (node->getNodeType() == TESTNODETYPE_TEST_CASE && testSet.hasNode(node)) in computeExecuteSet()
89 if (node->getNodeType() == TESTNODETYPE_TEST_CASE && executeSet.hasNode(node)) in computeBatchRequest()
109 if (node->getNodeType() == TESTNODETYPE_TEST_CASE && oldSet.hasNode(node)) in removeExecuted()
308 DE_ASSERT(testSet.hasNode(node)); in writeCaseListNode()
326 if (testSet.hasNode(child)) in writeCaseListNode()
343 XE_CHECK(testSet.hasNode(m_root)); in launchTestSet()
DxeTestCase.hpp170 bool hasNode (const TestNode* node) const { return m_set.find(node) != m_set.end(); } in hasNode() function in xe::TestSet
/third_party/typescript/src/debug/
Ddbg.ts238 function hasNode(f: FlowNode): f is Extract<FlowNode, { node?: Node }> {
374 if (hasNode(flowNode)) {
/third_party/vk-gl-cts/executor/tools/
DxeCommandLineExecutor.cpp417 if (node->getNodeType() == xe::TESTNODETYPE_TEST_CASE && testSet.hasNode(node)) in printBatchResultSummary()