Home | History | Annotate | Download | only in core

Lines Matching refs:is32

30     return !value.isNeg() && value.is32();
432 if (size.isNeg() || !size.is32()) {