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 202 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/
7zProperties.cpp 150 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
7zHandler.cpp 56 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 416 RINOK(archive->GetNumberOfProperties(&numProps));
1051 if (archive->GetNumberOfProperties(&numProps) == S_OK)

Completed in 836 milliseconds