Searched defs:isLazy (Results 1 – 6 of 6) sorted by relevance
121 public val isLazy: Boolean get() = this === LAZY constant in kotlinx.coroutines.CoroutineStart
50 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
29 bool isLazy() const { return getTag(); } in isLazy() function
82 bool isLazy() const { return Flags & Lazy; } in isLazy() function
103 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy() function
2704 const vector<bool>& isLazy, in pushReadImagesToBuffers()4295 …rValue> >& clearValues, const vector<Attachment>& attachments, const vector<bool>& isLazy, deBool … in initializeImageClearValues()