Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h229 CMyComPtr<IArchiveGetRootProps> GetRootProps; variable
335 IArchiveGetRootProps *GetArchiveGetRootProps() const { return Arcs.Back().GetRootProps; } in GetArchiveGetRootProps()
DUpdateCallback.h101 CMyComPtr<IArchiveGetRootProps> GetRootProps; variable
DUpdateCallback.cpp178 if (GetRootProps) in GetRootRawProp()
179 return GetRootProps->GetRootRawProp(propID, data, dataSize, propType); in GetRootRawProp()
DUpdate.cpp620 updateCallbackSpec->GetRootProps = arc->GetRootProps; in Compress()
DOpenArchive.cpp1331 GetRootProps.Release(); in OpenStream2()
2601 GetRootProps.Release(); in OpenStream()
2603 Archive->QueryInterface(IID_IArchiveGetRootProps, (void **)&GetRootProps); in OpenStream()