Searched refs:AddErrorOrWarning (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 280 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
|