Searched refs:PrintUInt32 (Results 1 – 4 of 4) sorted by relevance
215 static void PrintUInt32(CStdOutStream &so, UInt32 val, unsigned size) in PrintUInt32() function225 PrintUInt32(so, libIndex, 2); in PrintLibIndex()771 PrintUInt32(so, codec.DigestSize, 4); in Main2()783 PrintUInt32(so, codecs->GetHasherDigestSize(j), 4); in Main2()
104 virtual string PrintUInt32(uint32 val) const;
399 virtual string PrintUInt32(uint32 val) const { in PrintUInt32() function in google::protobuf::text_format_unittest::CustomUInt32FieldValuePrinter400 return StrCat(FieldValuePrinter::PrintUInt32(val), "u"); in PrintUInt32()
1350 string TextFormat::FieldValuePrinter::PrintUInt32(uint32 val) const { in PrintUInt32() function in google::protobuf::TextFormat::FieldValuePrinter