Searched refs:PrintUInt32 (Results 1 - 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp215 static void PrintUInt32(CStdOutStream &so, UInt32 val, unsigned size) function
225 PrintUInt32(so, libIndex, 2);
771 PrintUInt32(so, codec.DigestSize, 4);
783 PrintUInt32(so, codecs->GetHasherDigestSize(j), 4);
/external/protobuf/src/google/protobuf/
H A Dtext_format.h104 virtual string PrintUInt32(uint32 val) const;
H A Dtext_format_unittest.cc399 virtual string PrintUInt32(uint32 val) const { function in class:google::protobuf::text_format_unittest::CustomUInt32FieldValuePrinter
400 return StrCat(FieldValuePrinter::PrintUInt32(val), "u");
H A Dtext_format.cc1350 string TextFormat::FieldValuePrinter::PrintUInt32(uint32 val) const { function in class:google::protobuf::TextFormat::FieldValuePrinter

Completed in 142 milliseconds