| 186 | return DataConfig_TextFormat_Name(value); |
| 187 | } |
| 188 | static inline bool TextFormat_Parse(const ::std::string& name, |
| 189 | TextFormat* value) { |
| 190 | return DataConfig_TextFormat_Parse(name, value); |
| 191 | } |
| 192 | |
| 193 | // accessors ------------------------------------------------------- |
| 194 |
nothing calls this directly
no test coverage detected