Searched refs:_binderStreams (Results 1 – 2 of 2) sorted by relevance
456 while (_binderStreams.Size() <= (unsigned)bond) in GetInStream()457 _binderStreams.AddNew(); in GetInStream()458 CStBinderStream &bs = _binderStreams[bond]; in GetInStream()561 while (_binderStreams.Size() <= (unsigned)bond) in GetOutStream()562 _binderStreams.AddNew(); in GetOutStream()563 CStBinderStream &bs = _binderStreams[bond]; in GetOutStream()708 _binderStreams.Clear(); in Code()797 for (i = 0; i < _binderStreams.Size(); i++) in Code()799 const CStBinderStream &bs = _binderStreams[i]; in Code()848 const CStBinderStream &bs = _binderStreams[bondIndex]; in GetBondStreamSize()
338 CObjectVector<CStBinderStream> _binderStreams; variable