Searched refs:isTooDeeplyNested (Results 1 – 3 of 3) sorted by relevance
487 bool isTooDeeplyNested() const;533 bool isTooDeeplyNested(int limit) const;
789 bool Type::isTooDeeplyNested(int limit) const { in isTooDeeplyNested() function in SkSL::Type796 if (f.fType->isTooDeeplyNested(limit - 1)) { in isTooDeeplyNested()805 bool Type::isTooDeeplyNested() const { in isTooDeeplyNested() function in SkSL::Type806 return this->isTooDeeplyNested(kMaxStructDepth); in isTooDeeplyNested()
282 if (result->isTooDeeplyNested()) { in Struct()