Home
last modified time | relevance | path

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

12

/external/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
/external/perfetto/ui/src/base/
Dmithril_utils.ts18 export function hasChildren<T>({children}: m.Vnode<T>): boolean { function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h70 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
DDWARFDie.h78 bool hasChildren() const { in hasChildren() function
DDWARFAbbreviationDeclaration.h91 bool hasChildren() const { return HasChildren; } in hasChildren() function
/external/skia/modules/svg/src/
DSkSVGContainer.cpp24 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DMarker.java90 public boolean hasChildren(); in hasChildren() method
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h33 bool hasChildren() const { return HasChildren; } in hasChildren() function
DDWARFDebugInfoEntry.h61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren() function
/external/perfetto/ui/src/components/widgets/
Dtreetable.ts55 const hasChildren = childRows && childRows.length > 0; constant
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DBasicMarker.java78 public boolean hasChildren() { in hasChildren() method in BasicMarker
/external/aws-sdk-java-v2/bundle-logging-bridge/src/main/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/internal/
DShadedMarkerAdapter.java56 public boolean hasChildren() { in hasChildren() method in ShadedMarkerAdapter
DUnshadedMarkerAdapter.java56 public boolean hasChildren() { in hasChildren() method in UnshadedMarkerAdapter
/external/perfetto/ui/src/plugins/dev.perfetto.TrackEvent/
Dindex.ts91 hasChildren, constant
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXPolicyNode.java82 public boolean hasChildren() in hasChildren() method in PKIXPolicyNode
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
DPKIXPolicyNode.java86 public boolean hasChildren() in hasChildren() method in PKIXPolicyNode
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPKIXPolicyNode.java86 public boolean hasChildren() in hasChildren() method in PKIXPolicyNode
/external/aws-sdk-java-v2/bundle-logging-bridge/src/test/java/software/amazon/awssdk/thirdparty/org/slf4j/impl/internal/
DUnshadedMarkerAdapterTest.java182 public boolean hasChildren() { in hasChildren() method in UnshadedMarkerAdapterTest.TestMarker
DShadedMarkerAdapterTest.java182 public boolean hasChildren() { in hasChildren() method in ShadedMarkerAdapterTest.TestMarker
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNode.java348 public boolean hasChildren() in hasChildren() method in XMPNode
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathSubject.java265 public PathSubject hasChildren(String... children) throws IOException { in hasChildren() method in PathSubject
/external/skia/modules/svg/include/
DSkSVGNode.h181 virtual bool hasChildren() const { return false; } in hasChildren() function
/external/llvm/include/llvm/CodeGen/
DDIE.h83 bool hasChildren() const { return Children; } in hasChildren() function
626 bool hasChildren() const { return !Children.empty(); } in hasChildren() function

12