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.cc280 AddErrorOrWarning(filename, line, column, message, "error", std::cerr); in AddError()
285 AddErrorOrWarning(filename, line, column, message, "warning", std::clog); in AddWarning()
294 AddErrorOrWarning("input", line, column, message, "warning", std::clog); in AddWarning()
298 void AddErrorOrWarning( in AddErrorOrWarning() function in google::protobuf::compiler::CommandLineInterface::ErrorPrinter