Searched refs:_binds (Results 1 – 2 of 2) sorted by relevance
526 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 …]
149 CRecordVector<CBind> _binds; variable