Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/
DICoder.h340 STDMETHOD(GetNumMethods)(UInt32 *numMethods) PURE;
/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h400 STDMETHOD(GetNumMethods)(UInt32 *numMethods);
DLoadCodecs.cpp967 STDMETHODIMP CCodecs::GetNumMethods(UInt32 *numMethods) in GetNumMethods() function in CCodecs
1317 if (GetNumMethods(&numMethods) == S_OK) in Get_CodecsInfoUser_Vector()
/third_party/lzma/CPP/7zip/Common/
DCreateCoder.cpp92 RINOK(GetCodecs->GetNumMethods(&num)); in Load()
/third_party/lzma/CPP/7zip/UI/Console/
DMain.cpp1069 if (codecs->GetNumMethods(&numMethods) == S_OK) in Main2()