HomeSort by relevance Sort by last modified time
    Searched refs:GetNumberOfProperties (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/Archive/
IArchive.h 272 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/
7zProperties.cpp 143 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
7zHandler.cpp 60 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 456 RINOK(archive->GetNumberOfProperties(&numProps));
921 if (archive->GetNumberOfProperties(&numProps) == S_OK)

Completed in 341 milliseconds