Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h280 CMyComPtr<IArchiveGetRootProps> GetRootProps; variable
398 IArchiveGetRootProps *GetArchiveGetRootProps() const { return Arcs.Back().GetRootProps; } in GetArchiveGetRootProps()
DUpdateCallback.cpp198 if (Arc && Arc->GetRootProps) in GetRootRawProp()
199 return Arc->GetRootProps->GetRootRawProp(propID, data, dataSize, propType); in GetRootRawProp()
DOpenArchive.cpp1577 GetRootProps.Release(); in OpenStream2()
2916 GetRootProps.Release(); in OpenStream()
2918 Archive->QueryInterface(IID_IArchiveGetRootProps, (void **)&GetRootProps); in OpenStream()