Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/GUI/
DHashGUI.cpp69 void AddSizeValuePair(CPropNameValPairs &pairs, UINT resourceID, UInt64 value) in AddSizeValuePair() function
203 AddSizeValuePair(s, IDS_PROP_SIZE, hb.FilesSize); in AddHashBundleRes()
208 AddSizeValuePair(s, IDS_PROP_ALT_STREAMS_SIZE, hb.AltStreamsSize); in AddHashBundleRes()
DHashGUI.h19 void AddSizeValuePair(CPropNameValPairs &pairs, UINT resourceID, UInt64 value);
DExtractGUI.cpp134 AddSizeValuePair(Pairs, IDS_PROP_PACKED_SIZE, Stat.PackSize); in ProcessVirt()