Searched defs:hasChildren (Results 1 – 9 of 9) sorted by relevance
53 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
79 bool hasChildren() const { in hasChildren() function
91 bool hasChildren() const { return HasChildren; } in hasChildren() function
28 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
69 #formatTestReport(type, data, prefix = '', indent = '', hasChildren = false) { argument
174 virtual bool hasChildren() const { return false; } in hasChildren() function
102 bool hasChildren() const { return Children; } in hasChildren() function752 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function
332 bool hasChildren (void) const { return !m_children.empty(); } in hasChildren() function in tcu::CaseTreeNode
14420 bool TrackerBase::hasChildren() const { in hasChildren() function in Catch::TestCaseTracking::TrackerBase