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

/external/protobuf/src/google/protobuf/
H A Dtext_format.h101 virtual string PrintUInt32(uint32 val) const;
H A Dtext_format_unittest.cc394 virtual string PrintUInt32(uint32 val) const { function in class:google::protobuf::text_format_unittest::CustomUInt32FieldValuePrinter
395 return StrCat(FieldValuePrinter::PrintUInt32(val), "u");
H A Dtext_format.cc1259 string TextFormat::FieldValuePrinter::PrintUInt32(uint32 val) const { function in class:google::protobuf::TextFormat::FieldValuePrinter
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp176 static void PrintUInt32(CStdOutStream &stdStream, UInt32 val, int size) function
186 PrintUInt32(stdStream, libIndex, 2);
632 PrintUInt32(stdStream, codecs->GetHasherDigestSize(j), 4);

Completed in 2986 milliseconds