Searched refs:PropVarEm_Set_Bool (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
H A DPropVariant.h36 inline void PropVarEm_Set_Bool(PROPVARIANT *p, bool b) throw() function in namespace:NWindows::NCOM
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp560 case kpidIsDir: PropVarEm_Set_Bool(value, item.IsDir); break;
593 case kpidEncrypted: PropVarEm_Set_Bool(value, IsFolderEncrypted(_db.FileIndexToFolderIndexMap[index2])); break;
594 case kpidIsAnti: PropVarEm_Set_Bool(value, _db.IsItemAnti(index2)); break;

Completed in 73 milliseconds