Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Console/
DMain.cpp309 static void PrintUInt32(CStdOutStream &so, UInt32 val, unsigned size) in PrintUInt32() function
319 PrintUInt32(so, (UInt32)libIndex, 2); in PrintLibIndex()
1107 PrintUInt32(so, codec.DigestSize, 4); in Main2()
1119 PrintUInt32(so, codecs->GetHasherDigestSize(j), 4); in Main2()
/third_party/protobuf/src/google/protobuf/
Dtext_format.h130 virtual void PrintUInt32(uint32 val, BaseTextGenerator* generator) const;
175 virtual std::string PrintUInt32(uint32 val) const;
Dtext_format.cc1564 std::string TextFormat::FieldValuePrinter::PrintUInt32(uint32 val) const { in PrintUInt32() function in google::protobuf::TextFormat::FieldValuePrinter
1565 FORWARD_IMPL(PrintUInt32, val); in PrintUInt32()
1624 void TextFormat::FastFieldValuePrinter::PrintUInt32( in PrintUInt32() function in google::protobuf::TextFormat::FastFieldValuePrinter
1724 void PrintUInt32(uint32 val, in PrintUInt32() function in google::protobuf::__anon9230e4870511::FieldValuePrinterWrapper
1726 generator->PrintString(delegate_->PrintUInt32(val)); in PrintUInt32()
Dtext_format_unittest.cc452 virtual std::string PrintUInt32(uint32 val) const { in PrintUInt32() function in google::protobuf::text_format_unittest::CustomUInt32FieldValuePrinter
453 return StrCat(FieldValuePrinter::PrintUInt32(val), "u"); in PrintUInt32()