Lines Matching refs:spec
461 CSequentialInStreamCalcSize *spec = new CSequentialInStreamCalcSize;
462 bs.StreamRef = spec;
463 bs.InStreamSpec = spec;
465 spec->SetStream(seqInStream);
466 spec->Init();
566 COutStreamCalcSize *spec = new COutStreamCalcSize;
567 bs.StreamRef = (ISequentialOutStream *)spec;
568 bs.OutStreamSpec = spec;
570 spec->SetStream(seqOutStream);
571 spec->Init();