MOZ_DELETE         44 Source/platform/CheckedInt.h #ifndef MOZ_DELETE
MOZ_DELETE        706 Source/platform/CheckedInt.h     bool operator !=(U other) const MOZ_DELETE;
MOZ_DELETE        708 Source/platform/CheckedInt.h     bool operator <(U other) const MOZ_DELETE;
MOZ_DELETE        710 Source/platform/CheckedInt.h     bool operator <=(U other) const MOZ_DELETE;
MOZ_DELETE        712 Source/platform/CheckedInt.h     bool operator >(U other) const MOZ_DELETE;
MOZ_DELETE        714 Source/platform/CheckedInt.h     bool operator >=(U other) const MOZ_DELETE;