Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DPropVariant.h63 …CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_F… in CPropVariant() argument
84 CPropVariant& operator=(bool bSrc) throw();
DPropVariant.cpp168 CPropVariant& CPropVariant::operator=(bool bSrc) throw() in operator =() argument
175 boolVal = bSrc ? VARIANT_TRUE : VARIANT_FALSE; in operator =()