| 118 | static const Format SPARSE = SlotInfo_Format_SPARSE; |
| 119 | static const Format SPARSE_BINARY = SlotInfo_Format_SPARSE_BINARY; |
| 120 | static inline bool Format_IsValid(int value) { |
| 121 | return SlotInfo_Format_IsValid(value); |
| 122 | } |
| 123 | static const Format Format_MIN = |
| 124 | SlotInfo_Format_Format_MIN; |
| 125 | static const Format Format_MAX = |
nothing calls this directly
no outgoing calls
no test coverage detected