Home | History | Annotate | Download | only in Support

Lines Matching refs:isSmall

24   assert(!isSmall() && "Can't shrink a small set!");
42 if (isSmall()) {
79 if (isSmall()) {
139 bool WasSmall = isSmall();
179 if (that.isSmall()) {
200 if (isSmall() && RHS.isSmall())
205 if (RHS.isSmall()) {
206 if (!isSmall())
211 if (isSmall())
232 if (!this->isSmall() && !RHS.isSmall()) {
244 if (!this->isSmall() && RHS.isSmall()) {
258 if (this->isSmall() && !RHS.isSmall()) {
271 assert(this->isSmall() && RHS.isSmall());
279 if (!isSmall())