Searched refs:volPoint (Results 1 – 1 of 1) sorted by relevance
8596 for (auto volPoint = volumePoints.cbegin(); volPoint != volumePoints.cend(); ++volPoint) { in DeviceVolumeInfosDump() local8597 AppendFormat(dumpString, "[%u, %d]", volPoint->index, volPoint->dbValue); in DeviceVolumeInfosDump()8598 if (volPoint + 1 != volumePoints.cend()) { in DeviceVolumeInfosDump()