| 574 | } |
| 575 | |
| 576 | void BlCodeView::FlushStream(BlCVStream* stream) |
| 577 | { |
| 578 | for (auto block : stream->mBlocks) |
| 579 | mMsf.FlushBlock(block); |
| 580 | } |
| 581 | |
| 582 | void BlCodeView::CvEncodeString(const StringImpl& str) |
| 583 | { |
nothing calls this directly
no test coverage detected