Home
last modified time | relevance | path

Searched refs:AddWarning (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer.h69 virtual void AddWarning(int line, int column, const string& message) { } in AddWarning() function
/external/protobuf/src/google/protobuf/
Dtext_format.cc196 error_collector_->AddWarning(line, col, message); in ReportWarning()
625 virtual void AddWarning(int line, int column, const string& message) { in AddWarning() function in google::protobuf::TextFormat::Parser::ParserImpl::ParserErrorCollector
Dtext_format_unittest.cc699 void AddWarning(int line, int column, const string& message) { in AddWarning() function in google::protobuf::text_format_unittest::TextFormatParserTest::MockErrorCollector