Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp53 static void AddSizePair(UString &s, UINT resourceID, UInt64 value) in AddSizePair() function
115 AddSizePair(s, IDS_PROP_PACKED_SIZE, Stat.PackSize); in ProcessVirt()
122 AddSizePair(s, IDS_PROP_SIZE, Stat.UnpackSize); in ProcessVirt()
127 AddSizePair(s, IDS_PROP_ALT_STREAMS_SIZE, Stat.AltStreams_UnpackSize); in ProcessVirt()