| 170 | static const TextFormat TERAFEA = DataConfig_TextFormat_TERAFEA; |
| 171 | static const TextFormat VW = DataConfig_TextFormat_VW; |
| 172 | static inline bool TextFormat_IsValid(int value) { |
| 173 | return DataConfig_TextFormat_IsValid(value); |
| 174 | } |
| 175 | static const TextFormat TextFormat_MIN = |
| 176 | DataConfig_TextFormat_TextFormat_MIN; |
| 177 | static const TextFormat TextFormat_MAX = |
nothing calls this directly
no outgoing calls
no test coverage detected