Home | History | Annotate | Download | only in protobuf

Lines Matching refs:col

292   void ReportError(int line, int col, const string& message) {
299 << (col + 1) << ": " << message;
306 error_collector_->AddError(line, col, message);
310 void ReportWarning(int line, int col, const string& message) {
316 << (col + 1) << ": " << message;
323 error_collector_->AddWarning(line, col, message);