Searched refs:AddErrorOrWarning (Results 1 – 1 of 1) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 289 AddErrorOrWarning(filename, line, column, message, "error", std::cerr); in AddError() 294 AddErrorOrWarning(filename, line, column, message, "warning", std::clog); in AddWarning() 303 AddErrorOrWarning("input", line, column, message, "warning", std::clog); in AddWarning() 310 AddErrorOrWarning(filename, -1, -1, message, "error", std::cerr); in AddError() 316 AddErrorOrWarning(filename, -1, -1, message, "warning", std::clog); in AddWarning() 322 void AddErrorOrWarning(const std::string& filename, int line, int column, in AddErrorOrWarning() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
|