Searched refs:PrintUInt32 (Results 1 - 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ | ||
H A D | Main.cpp | 215 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 D | text_format.h | 104 virtual string PrintUInt32(uint32 val) const; |
H A D | text_format_unittest.cc | 399 virtual string PrintUInt32(uint32 val) const { function in class:google::protobuf::text_format_unittest::CustomUInt32FieldValuePrinter 400 return StrCat(FieldValuePrinter::PrintUInt32(val), "u"); |
H A D | text_format.cc | 1350 string TextFormat::FieldValuePrinter::PrintUInt32(uint32 val) const { function in class:google::protobuf::TextFormat::FieldValuePrinter |
Completed in 142 milliseconds