Home
last modified time | relevance | path

Searched refs:AddErrorOrWarning (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc290 AddErrorOrWarning(filename, line, column, message, "error", std::cerr); in AddError()
295 AddErrorOrWarning(filename, line, column, message, "warning", std::clog); in AddWarning()
304 AddErrorOrWarning("input", line, column, message, "warning", std::clog); in AddWarning()
311 AddErrorOrWarning(filename, -1, -1, message, "error", std::cerr); in AddError()
317 AddErrorOrWarning(filename, -1, -1, message, "warning", std::clog); in AddWarning()
323 void AddErrorOrWarning(const std::string& filename, int line, int column, in AddErrorOrWarning() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter