Home
last modified time | relevance | path

Searched refs:Func_GetHandlerProperty (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp322 Func_GetHandlerProperty getProp, in GetProp()
332 Func_GetHandlerProperty getProp, in GetProp_Bool()
347 Func_GetHandlerProperty getProp, in GetProp_UInt32()
366 Func_GetHandlerProperty getProp, in GetProp_String()
381 Func_GetHandlerProperty getProp, in GetProp_RawData()
409 Func_GetHandlerProperty getProp = NULL; in LoadFormats()
425 MY_GET_FUNC (getProp, Func_GetHandlerProperty, lib, "GetHandlerProperty") in LoadFormats()
/third_party/lzma/CPP/7zip/Archive/
DIArchive.h662 typedef HRESULT (WINAPI *Func_GetHandlerProperty)(PROPID propID, PROPVARIANT *value); typedef