Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DPropertyName.cpp10 UString GetNameOfProperty(PROPID propID, const wchar_t *name) in GetNameOfProperty()
DExtractCallback.cpp781 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime()
797 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result) in GetItemBoolProp()
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp92 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) in GetHandlerProperty2()
133 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value) in GetHandlerProperty()
DSplitHandler.cpp54 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
276 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
DLzmaHandler.cpp215 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
261 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value) in GetProperty()
DXzHandler.cpp304 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
339 STDMETHODIMP CHandler::GetProperty(UInt32, PROPID propID, PROPVARIANT *value) in GetProperty()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp409 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU) in GetPropName()
426 void CFieldPrinter::AddProp(const wchar_t *name, PROPID propID, bool isRawProp) in AddProp()
460 PROPID propID; in AddMainProps() local
475 PROPID propID; in AddRawProps() local
764 static HRESULT GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &val… in GetUInt64Value()
796 static void PrintPropName_and_Eq(CStdOutStream &so, PROPID propID) in PrintPropName_and_Eq()
810 static void PrintPropNameAndNumber(CStdOutStream &so, PROPID propID, UInt64 val) in PrintPropNameAndNumber()
816 static void PrintPropNameAndNumber_Signed(CStdOutStream &so, PROPID propID, Int64 val) in PrintPropNameAndNumber_Signed()
828 static void PrintPropertyPair2(CStdOutStream &so, PROPID propID, const wchar_t *name, const CPropVa… in PrintPropertyPair2()
844 static HRESULT PrintArcProp(CStdOutStream &so, IInArchive *archive, PROPID propID, const wchar_t *n… in PrintArcProp()
[all …]
/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp69 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) in SetLzmaProp()
114 PROPID propID = propIDs[i]; in SetCoderProperties() local
DCodecExports.cpp178 STDAPI GetMethodProperty(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetMethodProperty()
284 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetHasherProp()
336 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
DLzma2Encoder.cpp36 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props) in SetLzma2Prop()
DDeltaFilter.cpp60 PROPID propID = propIDs[i]; in SetCoderProperties() local
DPpmdEncoder.cpp63 PROPID propID = propIDs[i]; in SetCoderProperties() local
DBcj2Coder.cpp74 PROPID propID = propIDs[i]; in SetCoderProperties() local
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp130 STDMETHODIMP CArchiveUpdateCallback::GetRootProp(PROPID propID, PROPVARIANT *value) in GetRootProp()
160 STDMETHODIMP CArchiveUpdateCallback::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
167 STDMETHODIMP CArchiveUpdateCallback::GetRootRawProp(PROPID in GetRootRawProp()
205 STDMETHODIMP CArchiveUpdateCallback::GetRawProp(UInt32 index, PROPID propID, const void **data, UIn… in GetRawProp()
317 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
DLoadCodecs.cpp298 UInt32 index, PROPID propID, NCOM::CPropVariant &prop) in GetProp()
308 UInt32 index, PROPID propID, bool &res) in GetProp_Bool()
323 UInt32 index, PROPID propID, UInt32 &res, bool &defined) in GetProp_UInt32()
342 UInt32 index, PROPID propID, UString &res) in GetProp_String()
357 UInt32 index, PROPID propID, CByteBuffer &bb) in GetProp_RawData()
828 STDMETHODIMP CCodecs::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
909 STDMETHODIMP CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp()
DArchiveOpenCallback.cpp38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty()
DPropIDUtils.cpp86 void ConvertPropertyToShortString(char *dest, const PROPVARIANT &prop, PROPID propID, bool full) th… in ConvertPropertyToShortString()
161 void ConvertPropertyToString(UString &dest, const PROPVARIANT &prop, PROPID propID, bool full) in ConvertPropertyToString()
DArchiveExtractCallback.cpp362 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &fileti… in GetTime()
421 STDMETHODIMP CGetProp::GetProp(PROPID propID, PROPVARIANT *value) in GetProp()
DOpenArchive.cpp322 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
448 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw() in Archive_GetItemBoolProp()
1143 STDMETHODIMP CArchiveOpenCallback_Offset::GetProperty(PROPID propID, PROPVARIANT *value) in GetProperty()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp167 STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value) in GetArchiveProperty()
289 STDMETHODIMP CHandler::GetRawPropInfo(UInt32 /* index */, BSTR *name, PROPID *propID) in GetRawPropInfo()
308 STDMETHODIMP CHandler::GetRawProp(UInt32 index, PROPID propID, const void **data, UInt32 *dataSize,… in GetRawProp()
529 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()
D7zProperties.cpp149 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) in GetPropertyInfo()
D7zHandlerOut.cpp157 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, PROPID propID, UInt64 &ft… in GetTime()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp17 static void SetMethodProp32(COneMethodInfo &m, PROPID propID, UInt32 value) in SetMethodProp32()
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp47 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UI… in ReadNumberOfStreams()
60 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, boo… in ReadIsAssignedProp()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp110 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result) in IsArchiveItemProp()
565 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) in GetProperty()