| 524 | _has_bits_[0] &= ~0x00000001u; |
| 525 | } |
| 526 | inline void SlotInfo::clear_format() { |
| 527 | format_ = 1; |
| 528 | clear_has_format(); |
| 529 | } |
| 530 | inline ::PS::SlotInfo_Format SlotInfo::format() const { |
| 531 | return static_cast< ::PS::SlotInfo_Format >(format_); |
| 532 | } |
nothing calls this directly
no outgoing calls
no test coverage detected