| 62 | } |
| 63 | |
| 64 | unsigned int CDSampleManager::GetDSampleCount() const |
| 65 | { |
| 66 | unsigned int Count = 0; |
| 67 | for (const auto &x : m_pDSample) |
| 68 | if (x) |
| 69 | ++Count; |
| 70 | return Count; |
| 71 | } |
| 72 | |
| 73 | unsigned int CDSampleManager::GetFirstFree() const |
| 74 | { |
no outgoing calls
no test coverage detected