D | text_format.cc | 336 void ReportWarning(int line, int col, const std::string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl 363 void ReportWarning(const std::string& message) { in ReportWarning() function in google::protobuf::TextFormat::Parser::ParserImpl 364 ReportWarning(tokenizer_.current().line, tokenizer_.current().column, in ReportWarning() 455 ReportWarning("Ignoring extension \"" + field_name + in ConsumeField() 514 ReportWarning("Message type \"" + descriptor->full_name() + in ConsumeField() 609 ReportWarning("text format contains deprecated field \"" + field_name + in ConsumeField() 812 ReportWarning("Unknown enumeration value of \"" + value + in ConsumeFieldValue() 1189 parser_->ReportWarning(line, column, message); in AddWarning()
|