Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 – 25 of 44) sorted by relevance

12

/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
81 return Die->hasChildren(); in hasChildren()
DDWARFAbbreviationDeclaration.h91 bool hasChildren() const { return HasChildren; } in hasChildren() function
/third_party/skia/modules/svg/src/
DSkSVGPattern.cpp73 if (!contentNode->hasChildren()) { in resolveHref()
77 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
DSkSVGContainer.cpp20 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
DSkSVGNode.cpp64 this->hasChildren() ? 0 : SkSVGRenderContext::kLeaf); in onPrepareToRender()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/
Dimage.dart23 if (semanticsObject.isVisualOnly && semanticsObject.hasChildren) {
31 if (semanticsObject.hasChildren) {
Dlabel_and_value.dart90 if (semanticsObject.hasChildren) {
/third_party/flutter/skia/experimental/svg/model/
DSkSVGPattern.cpp123 if (!contentNode->hasChildren()) { in resolveHref()
127 if (contentNode->hasChildren() && !didInherit) { in resolveHref()
DSkSVGContainer.h27 bool hasChildren() const final;
DSkSVGContainer.cpp20 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
DSkSVGNode.h86 virtual bool hasChildren() const { return false; } in hasChildren() function
DSkSVGNode.cpp52 this->hasChildren() ? 0 : SkSVGRenderContext::kLeaf); in onPrepareToRender()
/third_party/skia/modules/svg/include/
DSkSVGContainer.h27 bool hasChildren() const final;
DSkSVGNode.h170 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
192 if ([self hasChildren]) {
223 if ([self hasChildren]) {
287 if ([self hasChildren] || [self uid] == kRootNodeId) {
508 if ([child hasChildren])
525 if ((![child hasChildren] && child == element) ||
526 ([child hasChildren] && [child accessibilityContainer] == element))
Daccessibility_bridge.h68 @property(nonatomic, readonly) BOOL hasChildren;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp187 DIEAbbrev Abbrev(Tag, hasChildren()); in generateAbbrev()
253 << dwarf::ChildrenString(hasChildren()) << "\n"; in print()
295 if (hasChildren()) { in computeOffsetsAndAbbrevs()
297 assert(Abbrev.hasChildren() && "Children flag not set"); in computeOffsetsAndAbbrevs()
DAsmPrinterDwarf.cpp278 if (Die.hasChildren()) { in emitDwarfDIE()
DDwarfUnit.h94 bool hasContent() const { return getUnitDie().hasChildren(); } in hasContent()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.h167 bool hasChildren() const { return mHasChildren; } in hasChildren() function
431 return (mCurrentWritingNode != nullptr && !mCurrentWritingNode->hasChildren()); in hasChildlessWritingNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp131 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n'; in dump()
DDWARFUnit.cpp414 if (AbbrDecl->hasChildren()) in extractDIEsToVector()
825 if (!Die->hasChildren()) in getFirstChild()
836 if (!Die->hasChildren()) in getLastChild()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp297 bool hasChildren (void) const { return !m_children.empty(); } in hasChildren() function in tcu::CaseTreeNode
996 return node && node->hasChildren(); in checkTestGroupName()
1002 return node && !node->hasChildren(); in checkTestCaseName()
/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

12