Searched refs:MY_GET_FUNC (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | LoadCodecs.cpp | 266 #define MY_GET_FUNC(dest, type, lib, func) \
macro 268 // #define MY_GET_FUNC(dest, type, func) dest = (type)(func);
271 type dest; MY_GET_FUNC(dest, type, lib, func)
277 MY_GET_FUNC (lib.CreateDecoder, Func_CreateDecoder, lib.Lib, "CreateDecoder")
in LoadCodecs() 278 MY_GET_FUNC (lib.CreateEncoder, Func_CreateEncoder, lib.Lib, "CreateEncoder")
in LoadCodecs() 279 MY_GET_FUNC (lib.GetMethodProperty, Func_GetMethodProperty, lib.Lib, "GetMethodProperty")
in LoadCodecs() 425 MY_GET_FUNC (getProp, Func_GetHandlerProperty, lib, "GetHandlerProperty")
in LoadFormats() 662 MY_GET_FUNC (lib.CreateObject, Func_CreateObject, lib.Lib, "CreateObject")
in LoadDll() function 861 MY_GET_FUNC (lib.SetCodecs, Func_SetCodecs, lib.Lib, "SetCodecs")
in Load()
|
Completed in 3 milliseconds