Searched refs:AddWarning (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/io/ | ||
D | tokenizer.h | 69 virtual void AddWarning(int line, int column, const string& message) { } in AddWarning() function |
/external/protobuf/src/google/protobuf/ | ||
D | text_format.cc | 196 error_collector_->AddWarning(line, col, message); in ReportWarning() |
D | text_format_unittest.cc | 699 void AddWarning(int line, int column, const string& message) { in AddWarning() function in google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector |