Home
last modified time | relevance | path

Searched refs:PrintUInt64 (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp598 void PrintUInt64(const char *title, UInt64 v) in PrintUInt64() function
654 PrintUInt64("Uncompressed Size", unpackSize); in main2()
665 PrintUInt64("Read ", inStream.Processed); in main2()
666 PrintUInt64("Written ", lzmaDecoder.OutWindow.OutStream.Processed); in main2()
/external/protobuf/src/google/protobuf/
Dtext_format.h106 virtual string PrintUInt64(uint64 val) const;
Dtext_format.cc1356 string TextFormat::FieldValuePrinter::PrintUInt64(uint64 val) const { in PrintUInt64() function in google::protobuf::TextFormat::FieldValuePrinter