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

/external/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp596 void PrintUInt64(const char *title, UInt64 v) function
652 PrintUInt64("Uncompressed Size", unpackSize);
663 PrintUInt64("Read ", inStream.Processed);
664 PrintUInt64("Written ", lzmaDecoder.OutWindow.OutStream.Processed);
/external/protobuf/src/google/protobuf/
H A Dtext_format.h103 virtual string PrintUInt64(uint64 val) const;
H A Dtext_format.cc1265 string TextFormat::FieldValuePrinter::PrintUInt64(uint64 val) const { function in class:google::protobuf::TextFormat::FieldValuePrinter

Completed in 128 milliseconds