Searched refs:GetNumberOfMethods (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp156 STDAPI GetNumberOfMethods(UINT32 *numCodecs) function
/external/lzma/CPP/7zip/
H A DICoder.h130 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE;
/external/lzma/CPP/7zip/Common/
H A DCreateCoder.cpp52 RINOK(codecsInfo->GetNumberOfMethods(&num));
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h177 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods);
H A DLoadCodecs.cpp119 GetNumberOfMethodsFunc getNumberOfMethodsFunc = (GetNumberOfMethodsFunc)lib.Lib.GetProc("GetNumberOfMethods");
522 // STDAPI GetNumberOfMethods(UInt32 *numCodecs);
525 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods) function in class:CCodecs
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp306 if (codecs->GetNumberOfMethods(&numMethods) == S_OK)

Completed in 272 milliseconds