Searched defs:PrintInt32 (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc418 virtual string PrintInt32(int32 val) const { function in class:google::protobuf::text_format_unittest::CustomInt32FieldValuePrinter
419 return StrCat("value-is(", FieldValuePrinter::PrintInt32(val), ")");
453 virtual string PrintInt32(int32 v) const { function in class:google::protobuf::text_format_unittest::CustomMessageFieldValuePrinter
454 return StrCat(FieldValuePrinter::PrintInt32(v), " # x", ToHex(v));
H A Dtext_format.cc1256 string TextFormat::FieldValuePrinter::PrintInt32(int32 val) const { function in class:google::protobuf::TextFormat::FieldValuePrinter

Completed in 58 milliseconds