Home
last modified time | relevance | path

Searched refs:Func_CreateDecoder (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/
DICoder.h425 typedef HRESULT (WINAPI *Func_CreateDecoder)(UInt32 index, const GUID *iid, void **outObject); typedef
/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h260 Func_CreateDecoder CreateDecoder;
DLoadCodecs.cpp283 MY_GET_FUNC (lib.CreateDecoder, Func_CreateDecoder, lib.Lib.GetProc("CreateDecoder")); in LoadCodecs()