Home
last modified time | relevance | path

Searched defs:propID (Results 1 – 20 of 20) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp86 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) in GetHandlerProperty2()
126 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) in GetHandlerProperty()
DSplitHandler.cpp51 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
282 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
DLzmaHandler.cpp209 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
256 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
DXzHandler.cpp255 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
276 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) in GetProperty()
/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp76 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp()
110 PROPID propID = propIDs[i]; in SetCoderProperties() local
DLzma2Encoder.cpp44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop()
DCodecExports.cpp119 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp203 static UString GetPropName(PROPID propID, BSTR name) in GetPropName()
226 PROPID propID; in Init() local
400 bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UInt64 &value) in GetUInt64Value()
518 PROPID propID; in ListArchives() local
538 PROPID propID; in ListArchives() local
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp23 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UI… in ReadNumberOfStreams()
36 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, boo… in ReadIsAssignedProp()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp142 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in ReadProp()
152 UInt32 index, PROPID propID, bool &res) in ReadBoolProp()
166 UInt32 index, PROPID propID, UString &res) in ReadStringProp()
535 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
DPropIDUtils.cpp51 UString ConvertPropertyToString(const PROPVARIANT &prop, PROPID propID, bool full) in ConvertPropertyToString()
DArchiveOpenCallback.cpp38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty()
DUpdateCallback.cpp88 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
DArchiveExtractCallback.cpp122 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &fileti… in GetTime()
DOpenArchive.cpp21 HRESULT GetArchiveItemBoolProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result) in GetArchiveItemBoolProp()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp83 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
201 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
D7zProperties.cpp150 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo()
D7zHandlerOut.cpp169 …me(IArchiveUpdateCallback *updateCallback, int index, bool writeTime, PROPID propID, UInt64 &ft, b… in GetTime()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp79 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result) in IsArchiveItemProp()
515 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp181 static void SetMethodProp(COneMethodInfo &m, PROPID propID, const NCOM::CPropVariant &value) in SetMethodProp()