Searched refs:hasSummary (Results 1 – 7 of 7) sorted by relevance
305 let hasSummary = false;314 hasSummary = hasSummary || isIonCounter;315 hasSummary = hasSummary || isDmaHeapCounter;318 if (ionTracks.length === 0 || !hasSummary) {
45 bool hasSummary() const;
221 bool hasSummary() const;
91 if (op.hasSummary()) in emitOpDoc()190 if (td.hasSummary()) in emitTypeDefDoc()
43 bool TypeDef::hasSummary() const { in hasSummary() function in TypeDef
542 bool Operator::hasSummary() const { return def.getValue("summary") != nullptr; } in hasSummary() function in Operator
17067 boolean hasSummary(); in hasSummary() method17615 public boolean hasSummary() { in hasSummary() method in Control.ScenarioResult17904 result = result && (hasSummary() == other.hasSummary()); in equals()17905 if (hasSummary()) { in equals()17946 if (hasSummary()) { in hashCode()18331 if (other.hasSummary()) { in mergeFrom()19442 public boolean hasSummary() { in hasSummary() method in Control.ScenarioResult.Builder