Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
DDWARFDie.h79 bool hasChildren() const { in hasChildren() function
DDWARFAbbreviationDeclaration.h92 bool hasChildren() const { return HasChildren; } in hasChildren() function
/external/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
/external/skqp/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
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DMarker.java83 public boolean hasChildren(); in hasChildren() method
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFAbbreviationDeclaration.h33 bool hasChildren() const { return HasChildren; } in hasChildren() function
DDWARFDebugInfoEntry.h59 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren() function
/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/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DBasicMarker.java84 public boolean hasChildren() { in hasChildren() method in BasicMarker
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXPolicyNode.java82 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/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNode.java348 public boolean hasChildren() in hasChildren() method in XMPNode
/external/catch2/include/internal/
Dcatch_test_case_tracker.cpp90 bool TrackerBase::hasChildren() const { in hasChildren() function in Catch::TestCaseTracking::TrackerBase
/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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h102 bool hasChildren() const { return Children; } in hasChildren() function
702 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java569 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java570 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java569 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java579 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java579 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java569 private boolean hasChildren(String path) { in hasChildren() method in AbstractFakeFileSystem

12