| 521 | _has_bits_[0] |= 0x00000001u; |
| 522 | } |
| 523 | inline void SlotInfo::clear_has_format() { |
| 524 | _has_bits_[0] &= ~0x00000001u; |
| 525 | } |
| 526 | inline void SlotInfo::clear_format() { |
| 527 | format_ = 1; |
| 528 | clear_has_format(); |
nothing calls this directly
no outgoing calls
no test coverage detected