Searched defs:isLazy (Results 1 – 10 of 10) sorted by relevance
121 public val isLazy: Boolean get() = this === LAZY constant in kotlinx.coroutines.CoroutineStart
49 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
51 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
36 bool isLazy() const { return getTag(); } in isLazy() function
29 bool isLazy() const { return getTag(); } in isLazy() function
117 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy() function
94 bool isLazy() const { in isLazy() function
157 bool isLazy() const { in isLazy() function
67 bool isLazy() const { return symbolKind == LazyKind; } in isLazy() function
2712 const vector<bool>& isLazy, in pushReadImagesToBuffers()4416 …rValue> >& clearValues, const vector<Attachment>& attachments, const vector<bool>& isLazy, deBool … in initializeImageClearValues()