Home
last modified time | relevance | path

Searched refs:GetNumberOfMethods (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DArchive2.def6 GetNumberOfMethods PRIVATE
/external/lzma/CPP/7zip/
DICoder.h132 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE;
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h222 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods);
DLoadCodecs.cpp697 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods) in GetNumberOfMethods() function in CCodecs
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp181 STDAPI GetNumberOfMethods(UINT32 *numCodecs) in GetNumberOfMethods() function
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp63 RINOK(GetCodecs->GetNumberOfMethods(&num)); in LoadCodecs()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp611 if (codecs->GetNumberOfMethods(&numMethods) == S_OK) in Main2()