Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dtext_format.h129 virtual void PrintInt32(int32 val, BaseTextGenerator* generator) const;
174 virtual std::string PrintInt32(int32 val) const;
Dtext_format_unittest.cc476 virtual std::string PrintInt32(int32 val) const { in PrintInt32() function in google::protobuf::text_format_unittest::CustomInt32FieldValuePrinter
477 return StrCat("value-is(", FieldValuePrinter::PrintInt32(val), ")"); in PrintInt32()
527 virtual std::string PrintInt32(int32 v) const { in PrintInt32() function in google::protobuf::text_format_unittest::CustomMessageFieldValuePrinter
528 return StrCat(FieldValuePrinter::PrintInt32(v), " # x", in PrintInt32()
Dtext_format.cc1561 std::string TextFormat::FieldValuePrinter::PrintInt32(int32 val) const { in PrintInt32() function in google::protobuf::TextFormat::FieldValuePrinter
1562 FORWARD_IMPL(PrintInt32, val); in PrintInt32()
1620 void TextFormat::FastFieldValuePrinter::PrintInt32( in PrintInt32() function in google::protobuf::TextFormat::FastFieldValuePrinter
1720 void PrintInt32(int32 val, in PrintInt32() function in google::protobuf::__anon9230e4870511::FieldValuePrinterWrapper
1722 generator->PrintString(delegate_->PrintInt32(val)); in PrintInt32()