Searched defs:propVariant (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp47 NCOM::CPropVariant propVariant; local
55 propVariant = false;
57 propVariant = true;
58 if (propVariant.vt != VT_EMPTY)
63 ParseNumberString(property.Value, propVariant);
65 values[i] = propVariant;

Completed in 310 milliseconds