Home
last modified time | relevance | path

Searched defs:numProperties (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp144 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) in GetNumberOfProperties()
D7zHandlerOut.cpp452 …DIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) in SetProperties()
D7zHandler.cpp447 …DIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) in SetProperties()
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp221 const PROPVARIANT *properties, UInt32 numProperties) in SetCoderProperties()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapObject.java95 int numProperties = properties.size(); in equals() local