Searched refs:AddSizeValuePair (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/7zip/UI/GUI/ |
D | HashGUI.cpp | 69 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()
|
D | HashGUI.h | 19 void AddSizeValuePair(CPropNameValPairs &pairs, UINT resourceID, UInt64 value);
|
D | ExtractGUI.cpp | 134 AddSizeValuePair(Pairs, IDS_PROP_PACKED_SIZE, Stat.PackSize); in ProcessVirt()
|