1 #ifndef ERROR_COLLECTORS_H
2 #define ERROR_COLLECTORS_H
4 #include <google/protobuf/io/tokenizer.h>
5 #include <google/protobuf/compiler/importer.h>
12 void AddError(
int line, google::protobuf::io::ColumnNumber column,
13 const std::string& message)
override;
15 void AddWarning(
int line, google::protobuf::io::ColumnNumber column,
16 const std::string& message)
override;
30 void AddError(
const std::string& filename,
int line,
int,
31 const std::string& message)
override;
33 void AddWarning(
const std::string& filename,
int line,
int,
34 const std::string& message)
override;
45 #endif // ERROR_COLLECTORS_H