Home | History | Annotate | Download | only in src

Lines Matching refs:WAS_SWEPT_PRECISELY

393     WAS_SWEPT_PRECISELY,
713 bool WasSweptPrecisely() { return IsFlagSet(WAS_SWEPT_PRECISELY); }
717 void MarkSweptPrecisely() { SetFlag(WAS_SWEPT_PRECISELY); }
720 void ClearSweptPrecisely() { ClearFlag(WAS_SWEPT_PRECISELY); }