Home
last modified time | relevance | path

Searched refs:_binds (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp526 methodMode.Binds = _binds; in UpdateItems()
798 _binds.Clear(); in SetProperties()
823 _binds.Add(bind); in SetProperties()
834 for (k = 0; k < _binds.Size(); k++) in SetProperties()
836 const CBind &bind = _binds[k]; in SetProperties()
841 for (k = 0; k < _binds.Size(); k++) in SetProperties()
843 CBind &bind = _binds[k]; in SetProperties()
854 FOR_VECTOR (k, _binds) in SetProperties()
856 CBind &bind = _binds[k]; in SetProperties()
863 FOR_VECTOR (k, _binds) in SetProperties()
[all …]
D7zHandler.h149 CRecordVector<CBind> _binds; variable