HomeSort by relevance Sort by last modified time
    Searched defs:hasChildren (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/skia/experimental/svg/model/
SkSVGContainer.cpp 20 bool SkSVGContainer::hasChildren() const {
  /external/skqp/experimental/svg/model/
SkSVGContainer.cpp 20 bool SkSVGContainer::hasChildren() const {
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
Marker.java 83 public boolean hasChildren();
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 24 bool HasChildren;
29 : Code(InvalidCode), Tag(0), HasChildren(0) {}
33 bool hasChildren() const { return HasChildren; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 68 bool hasChildren() const { return HasChildren; }
151 bool HasChildren;
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 54 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateContentProvider.java 68 public boolean hasChildren(Object element) {

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 91011