Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DSetProperties.cpp46 NCOM::CPropVariant propVariant; in SetProperties() local
54 propVariant = false; in SetProperties()
56 propVariant = true; in SetProperties()
57 if (propVariant.vt != VT_EMPTY) in SetProperties()
62 ParseNumberString(property.Value, propVariant); in SetProperties()
64 values[i] = propVariant; in SetProperties()
DLoadCodecs.cpp550 NWindows::NCOM::CPropVariant propVariant; in GetProperty() local
551 propVariant = ci.DecoderIsAssigned; in GetProperty()
552 propVariant.Detach(value); in GetProperty()
557 NWindows::NCOM::CPropVariant propVariant; in GetProperty() local
558 propVariant = ci.EncoderIsAssigned; in GetProperty()
559 propVariant.Detach(value); in GetProperty()
DPropIDUtils.h10 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);