Searched refs:_binderStreams (Results 1 – 2 of 2) sorted by relevance
397 while (_binderStreams.Size() <= (unsigned)bond) in GetInStream()398 _binderStreams.AddNew(); in GetInStream()399 CStBinderStream &bs = _binderStreams[bond]; in GetInStream()502 while (_binderStreams.Size() <= (unsigned)bond) in GetOutStream()503 _binderStreams.AddNew(); in GetOutStream()504 CStBinderStream &bs = _binderStreams[bond]; in GetOutStream()645 _binderStreams.Clear(); in Code()734 for (i = 0; i < _binderStreams.Size(); i++) in Code()736 const CStBinderStream &bs = _binderStreams[i]; in Code()776 const CStBinderStream &bs = _binderStreams[bondIndex]; in GetBondStreamSize()
330 CObjectVector<CStBinderStream> _binderStreams; variable