Searched refs:PrintFieldName (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | text_format.h | 139 virtual void PrintFieldName(const Message& message, int field_index, 143 virtual void PrintFieldName(const Message& message, 173 virtual std::string PrintFieldName(const Message& message, 376 void PrintFieldName(const Message& message, int field_index,
|
D | text_format.cc | 1587 std::string TextFormat::FieldValuePrinter::PrintFieldName( in PrintFieldName() function in google::protobuf::TextFormat::FieldValuePrinter 1590 FORWARD_IMPL(PrintFieldName, message, reflection, field); in PrintFieldName() 1655 void TextFormat::FastFieldValuePrinter::PrintFieldName( in PrintFieldName() function in google::protobuf::TextFormat::FastFieldValuePrinter 1659 PrintFieldName(message, reflection, field, generator); in PrintFieldName() 1661 void TextFormat::FastFieldValuePrinter::PrintFieldName( in PrintFieldName() function in google::protobuf::TextFormat::FastFieldValuePrinter 1747 void PrintFieldName(const Message& message, int field_index, int field_count, in PrintFieldName() function in google::protobuf::__anona09921bc0511::FieldValuePrinterWrapper 1752 delegate_->PrintFieldName(message, reflection, field)); in PrintFieldName() 1754 void PrintFieldName(const Message& message, const Reflection* reflection, in PrintFieldName() function in google::protobuf::__anona09921bc0511::FieldValuePrinterWrapper 1758 delegate_->PrintFieldName(message, reflection, field)); in PrintFieldName() 2230 PrintFieldName(message, field_index, count, reflection, field, generator); in PrintField() [all …]
|
D | text_format_unittest.cc | 578 void PrintFieldName(const Message& message, int field_index, int field_count, in PrintFieldName() function in google::protobuf::text_format_unittest::CompactRepeatedFieldPrinter 587 void PrintFieldName(const Message& message, const Reflection* reflection, in PrintFieldName() function in google::protobuf::text_format_unittest::CompactRepeatedFieldPrinter
|