| 268 | } |
| 269 | |
| 270 | void writeProtoToASCIIFileOrDie( |
| 271 | const GProto& proto, const std::string& file_name) { |
| 272 | CHECK(writeProtoToASCIIFile(proto, file_name)) << "file_name: " << file_name; |
| 273 | } |
| 274 | |
| 275 | bool writeProtoToFile( |
| 276 | const GProto& proto, const std::string& file_name) { |
no test coverage detected