D | text_format.cc | 322 void ReportWarning(int line, int col, const std::string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl 349 void ReportWarning(const std::string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl 350 ReportWarning(tokenizer_.current().line, tokenizer_.current().column, in ReportWarning() 441 ReportWarning("Ignoring extension \"" + field_name + in ConsumeField() 500 ReportWarning("Message type \"" + descriptor->full_name() + in ConsumeField() 595 ReportWarning("text format contains deprecated field \"" + field_name + in ConsumeField() 811 ReportWarning("Unknown enumeration value of \"" + value + in ConsumeFieldValue() 1188 parser_->ReportWarning(line, column, message); in AddWarning()
|