| 157 | return DataConfig_DataFormat_Name(value); |
| 158 | } |
| 159 | static inline bool DataFormat_Parse(const ::std::string& name, |
| 160 | DataFormat* value) { |
| 161 | return DataConfig_DataFormat_Parse(name, value); |
| 162 | } |
| 163 | |
| 164 | typedef DataConfig_TextFormat TextFormat; |
| 165 | static const TextFormat DENSE = DataConfig_TextFormat_DENSE; |
nothing calls this directly
no test coverage detected