Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format.h122 class PROTOBUF_EXPORT FastFieldValuePrinter {
124 FastFieldValuePrinter();
125 virtual ~FastFieldValuePrinter();
155 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FastFieldValuePrinter);
184 FastFieldValuePrinter delegate_;
291 void SetDefaultFieldValuePrinter(const FastFieldValuePrinter* printer);
345 const FastFieldValuePrinter* printer);
411 std::unique_ptr<const FastFieldValuePrinter> default_field_value_printer_;
412 typedef std::map<const FieldDescriptor*, const FastFieldValuePrinter*>
Dtext_format.cc1606 TextFormat::FastFieldValuePrinter::FastFieldValuePrinter() {} in FastFieldValuePrinter() function in google::protobuf::TextFormat::FastFieldValuePrinter
1607 TextFormat::FastFieldValuePrinter::~FastFieldValuePrinter() {} in ~FastFieldValuePrinter()
1608 void TextFormat::FastFieldValuePrinter::PrintBool( in PrintBool()
1616 void TextFormat::FastFieldValuePrinter::PrintInt32( in PrintInt32()
1620 void TextFormat::FastFieldValuePrinter::PrintUInt32( in PrintUInt32()
1624 void TextFormat::FastFieldValuePrinter::PrintInt64( in PrintInt64()
1628 void TextFormat::FastFieldValuePrinter::PrintUInt64( in PrintUInt64()
1632 void TextFormat::FastFieldValuePrinter::PrintFloat( in PrintFloat()
1636 void TextFormat::FastFieldValuePrinter::PrintDouble( in PrintDouble()
1640 void TextFormat::FastFieldValuePrinter::PrintEnum( in PrintEnum()
[all …]
Dtext_format_unittest.cc487 static_cast<const TextFormat::FastFieldValuePrinter*>(nullptr))); in TEST_F()
576 class CompactRepeatedFieldPrinter : public TextFormat::FastFieldValuePrinter {
644 class MultilineStringPrinter : public TextFormat::FastFieldValuePrinter {
653 TextFormat::FastFieldValuePrinter::PrintString( in PrintString()
660 TextFormat::FastFieldValuePrinter::PrintString(val.substr(last_pos), in PrintString()