Searched refs:PrintUInt32 (Results 1 – 4 of 4) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 205 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/ |
D | text_format.h | 128 virtual void PrintUInt32(uint32 val, BaseTextGenerator* generator) const; 165 virtual std::string PrintUInt32(uint32 val) const;
|
D | text_format.cc | 1560 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()
|
D | text_format_unittest.cc | 421 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()
|