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

/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc423 virtual string PrintInt32(int32 val) const { function in class:google::protobuf::text_format_unittest::CustomInt32FieldValuePrinter
424 return StrCat("value-is(", FieldValuePrinter::PrintInt32(val), ")");
458 virtual string PrintInt32(int32 v) const { function in class:google::protobuf::text_format_unittest::CustomMessageFieldValuePrinter
459 return StrCat(FieldValuePrinter::PrintInt32(v), " # x", strings::Hex(v));
H A Dtext_format.cc1347 string TextFormat::FieldValuePrinter::PrintInt32(int32 val) const { function in class:google::protobuf::TextFormat::FieldValuePrinter

Completed in 173 milliseconds