Home
last modified time | relevance | path

Searched defs:hasChildren (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h53 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
DDWARFDie.h79 bool hasChildren() const { in hasChildren() function
DDWARFAbbreviationDeclaration.h91 bool hasChildren() const { return HasChildren; } in hasChildren() function
/third_party/skia/modules/svg/src/
DSkSVGContainer.cpp28 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
/third_party/node/lib/internal/test_runner/reporter/
Dspec.js69 #formatTestReport(type, data, prefix = '', indent = '', hasChildren = false) { argument
/third_party/skia/modules/svg/include/
DSkSVGNode.h174 virtual bool hasChildren() const { return false; } in hasChildren() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h102 bool hasChildren() const { return Children; } in hasChildren() function
752 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp332 bool hasChildren (void) const { return !m_children.empty(); } in hasChildren() function in tcu::CaseTreeNode
/third_party/libabigail/tests/lib/
Dcatch.hpp14420 bool TrackerBase::hasChildren() const { in hasChildren() function in Catch::TestCaseTracking::TrackerBase