| 528 | clear_has_format(); |
| 529 | } |
| 530 | inline ::PS::SlotInfo_Format SlotInfo::format() const { |
| 531 | return static_cast< ::PS::SlotInfo_Format >(format_); |
| 532 | } |
| 533 | inline void SlotInfo::set_format(::PS::SlotInfo_Format value) { |
| 534 | assert(::PS::SlotInfo_Format_IsValid(value)); |
| 535 | set_has_format(); |
nothing calls this directly
no outgoing calls
no test coverage detected