Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DIArchive.h272 STDMETHOD(GetNumberOfProperties)(UInt32 *numProps) MY_NO_THROW_DECL_ONLY x; \
539 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
544 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp143 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties() function in NArchive::N7z::CHandler
D7zHandler.cpp60 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties() function in NArchive::N7z::CHandler
/external/lzma/CPP/7zip/UI/Console/
DList.cpp456 RINOK(archive->GetNumberOfProperties(&numProps)); in AddMainProps()
921 if (archive->GetNumberOfProperties(&numProps) == S_OK) in Print_OpenArchive_Props()