Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Console/
DMain.cpp205 static void PrintUInt32(CStdOutStream &so, UInt32 val, unsigned size) in PrintUInt32() function
215 PrintUInt32(so, libIndex, 2); in PrintLibIndex()
780 PrintUInt32(so, codec.DigestSize, 4); in Main2()
792 PrintUInt32(so, codecs->GetHasherDigestSize(j), 4); in Main2()
/external/protobuf/src/google/protobuf/
Dtext_format.h128 virtual void PrintUInt32(uint32 val, BaseTextGenerator* generator) const;
165 virtual std::string PrintUInt32(uint32 val) const;
Dtext_format.cc1560 std::string TextFormat::FieldValuePrinter::PrintUInt32(uint32 val) const { in PrintUInt32() function in google::protobuf::TextFormat::FieldValuePrinter
1561 FORWARD_IMPL(PrintUInt32, val); in PrintUInt32()
1620 void TextFormat::FastFieldValuePrinter::PrintUInt32( in PrintUInt32() function in google::protobuf::TextFormat::FastFieldValuePrinter
1715 void PrintUInt32(uint32 val, in PrintUInt32() function in google::protobuf::__anon54141f600511::FieldValuePrinterWrapper
1717 generator->PrintString(delegate_->PrintUInt32(val)); in PrintUInt32()
Dtext_format_unittest.cc421 virtual std::string PrintUInt32(uint32 val) const { in PrintUInt32() function in google::protobuf::text_format_unittest::CustomUInt32FieldValuePrinter
422 return StrCat(FieldValuePrinter::PrintUInt32(val), "u"); in PrintUInt32()