Home
last modified time | relevance | path

Searched refs:GetNumMethods (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/
DICoder.h307 STDMETHOD(GetNumMethods)(UInt32 *numMethods) PURE;
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h325 STDMETHOD(GetNumMethods)(UInt32 *numMethods);
DLoadCodecs.cpp818 STDMETHODIMP CCodecs::GetNumMethods(UInt32 *numMethods) in GetNumMethods() function in CCodecs
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp84 RINOK(GetCodecs->GetNumMethods(&num)); in Load()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp747 if (codecs->GetNumMethods(&numMethods) == S_OK) in Main2()