D | text_format.cc | 310 void ReportWarning(int line, int col, const string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl 339 void ReportWarning(const string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl 340 ReportWarning(tokenizer_.current().line, tokenizer_.current().column, in ReportWarning() 416 ReportWarning("Extension \"" + field_name + "\" is not defined or " in ConsumeField() 464 ReportWarning("Message type \"" + descriptor->full_name() + in ConsumeField() 540 ReportWarning("text format contains deprecated field \"" in ConsumeField() 731 ReportWarning("Unknown enumeration value of \"" + value + "\" for " in ConsumeFieldValue() 1082 parser_->ReportWarning(line, column, message); in AddWarning()
|