Home
last modified time | relevance | path

Searched refs:hasChild (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/common/
Dheap.js132 const hasChild = rootNodes.some(
138 if (!hasChild) {
187 const hasChild = rootNodes.some(
190 if (!hasChild) {
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp299 bool hasChild (const std::string& name) const;
334 inline bool CaseTreeNode::hasChild (const std::string& name) const in hasChild() function in tcu::CaseTreeNode
468 if (!nodeStack[stackPos]->hasChild(curName)) in parseSimpleCaseList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h104 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag() argument