Home | History | Annotate | Download | only in apilint

Lines Matching full:heavy

778     """Verifies that we avoid using heavy BitSet."""
782 error(clazz, f, None, "Field type must not be heavy BitSet")
786 error(clazz, m, None, "Return type must not be heavy BitSet")
789 error(clazz, m, None, "Argument type must not be heavy BitSet")