Searched refs:hasChild (Results 1 – 3 of 3) sorted by relevance
132 const hasChild = rootNodes.some(138 if (!hasChild) {187 const hasChild = rootNodes.some(190 if (!hasChild) {
299 bool hasChild (const std::string& name) const;334 inline bool CaseTreeNode::hasChild (const std::string& name) const in hasChild() function in tcu::CaseTreeNode468 if (!nodeStack[stackPos]->hasChild(curName)) in parseSimpleCaseList()
104 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag() argument