Home
last modified time | relevance | path

Searched refs:GetNumberOfProperties (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DIArchive.h202 STDMETHOD(GetNumberOfProperties)(UInt32 *numProps) MY_NO_THROW_DECL_ONLY x; \
417 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
422 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp150 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties() function in NArchive::N7z::CHandler
D7zHandler.cpp56 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties() function in NArchive::N7z::CHandler
/external/lzma/CPP/7zip/UI/Console/
DList.cpp416 RINOK(archive->GetNumberOfProperties(&numProps)); in AddMainProps()
1051 if (archive->GetNumberOfProperties(&numProps) == S_OK) in ListArchives()