| 93 | bool BlobContainer::AllBlobsPopulated() const { return nBlobsFilledInOut_ == nBlobs_; } |
| 94 | |
| 95 | void BlobContainer::Reset() |
| 96 | { |
| 97 | handle_ = nullptr; |
| 98 | blobSize_ = 0; |
| 99 | nBlobs_ = 0; |
| 100 | nBlobsFilledInOut_ = 0; |
| 101 | pBlobArrayBytes_.reset(); |
| 102 | blobPointers_.clear(); |
| 103 | } |
| 104 | |
| 105 | bool BlobContainer::Empty() const |
| 106 | { |