Searched refs:isPlaceholder (Results 1 – 17 of 17) sorted by relevance
47 public final boolean isPlaceholder; field in FakeTimeline.TimelineWindowDefinition164 boolean isPlaceholder, in TimelineWindowDefinition() argument175 this.isPlaceholder = isPlaceholder; in TimelineWindowDefinition()278 window.isPlaceholder = windowDefinition.isPlaceholder; in getWindow()
183 public boolean isPlaceholder; field in Timeline.Window247 this.isPlaceholder = false; in set()329 && isPlaceholder == that.isPlaceholder in equals()351 result = 31 * result + (isPlaceholder ? 1 : 0); in hashCode()
2280 .isPlaceholder;2346 if (previousTimeline.getWindow(period.windowIndex, window).isPlaceholder) {2424 if (seekTimeline.getWindow(period.windowIndex, window).isPlaceholder) {
37 while (++fCurrentStyle != fTextStyles.end() && !fCurrentStyle->fStyle.isPlaceholder()) { in consume()
72 if (ts.fStyle.isPlaceholder()) { in operator ()()140 if (tsa.fStyle.isPlaceholder()) { in operator ==()
250 SkASSERT(isPlaceholder()); in updateMetrics()354 if (isPlaceholder()) { in placeholderStyle()
78 if (!cluster->run()->isPlaceholder()) { in extend()
251 if (run.isPlaceholder()) { in buildClusterTable()315 if (run.isPlaceholder()) { in markLineBreaks()336 SkASSERT(!currentStyle->fStyle.isPlaceholder()); in markLineBreaks()
85 if (b->fStyle.isPlaceholder()) { in TextLine()117 if (!cluster->run()->isPlaceholder()) { in TextLine()
108 bool isPlaceholder() const { return fPlaceholderIndex != std::numeric_limits<size_t>::max(); } in isPlaceholder() function
112 bool isPlaceholder() const { in isPlaceholder() function115 bool isPlaceholder(BuiltinType::Kind K) const { in isPlaceholder() function135 if (!isPlaceholder() || isPlaceholder(BuiltinType::Overload)) in checkNonOverloadPlaceholders()577 else if (isPlaceholder()) in CheckDynamicCast()730 else if (isPlaceholder()) in CheckConstCast()843 if (ValueKind == VK_RValue && !isPlaceholder(BuiltinType::Overload)) in CheckReinterpretCast()882 if (isPlaceholder()) { in CheckStaticCast()908 !isPlaceholder(BuiltinType::Overload)) { in CheckStaticCast()2168 if (isPlaceholder()) { in CheckCXXCStyleCast()2209 !isPlaceholder(BuiltinType::Overload)) { in CheckCXXCStyleCast()
333 window.isPlaceholder = true; in notifySourceInfoRefreshed()
322 if (!window.isPlaceholder && startUs != 0 && !window.isSeekable) { in ClippingTimeline()
380 window.isPlaceholder = true; in getWindow()
221 .isPlaceholder) { in maybeUpdateSeenAdIdentifiers()
98 otherWindow.isPlaceholder = true; in windowEquals()
243 bool isPlaceholder() const { return fIsPlaceholder; } in isPlaceholder() function