Home
last modified time | relevance | path

Searched defs:hasChildren (Results 1 – 12 of 12) 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/flutter/skia/experimental/svg/model/
DSkSVGContainer.cpp20 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
DSkSVGNode.h86 virtual bool hasChildren() const { return false; } in hasChildren() function
/third_party/skia/modules/svg/src/
DSkSVGContainer.cpp28 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
/third_party/skia/modules/svg/include/
DSkSVGNode.h174 virtual bool hasChildren() const { return false; } in hasChildren() function
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
Daccessibility_bridge.mm156 - (BOOL)hasChildren { method
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.h167 bool hasChildren() const { return mHasChildren; } 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