Home
last modified time | relevance | path

Searched refs:hasDescendants (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DQueryPrefixOp.cs535 bool hasDescendants; field in System.ServiceModel.Dispatcher.Trie
539 this.hasDescendants = false; in Trie()
547 return this.hasDescendants;
621 this.hasDescendants = true; in Add()
690 this.hasDescendants = false; in Remove()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/mapping/
H A DPathTree.java45 public boolean hasDescendants() { in hasDescendants() method in PathTree.Node
58 if (hasDescendants()) { in descendantHasFlag()
140 return node.hasDescendants(); in hasChildren()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/codegen/
H A DConfiguration.py393 def hasDescendants(self): member in Descriptor
402 self.hasDescendants() or self.interface.getExtendedAttribute("HTMLConstructor"))
405 return self.hasDescendants() or self.interface.getExtendedAttribute("HTMLConstructor")
H A DCodegenRust.py2026 if desc.hasDescendants():
5963 if descriptor.concrete or descriptor.hasDescendants():
7202 upcast = descriptor.hasDescendants()
/dports/deskutils/zanshin/zanshin-21.12.3/src/widgets/
H A Dpageview.cpp380 …const bool hasDescendants = std::any_of(currentIndexes.constBegin(), currentIndexes.constEnd(), [&… in onRemoveItemRequested() local
382 if (hasDescendants) in onRemoveItemRequested()