Lines Matching refs:mVolumeShapers
917 if (replaceIt == mVolumeShapers.end()) { in applyVolumeShaper()
931 (void)mVolumeShapers.erase(replaceIt); in applyVolumeShaper()
937 if (oldIt != mVolumeShapers.end()) { in applyVolumeShaper()
944 (void)mVolumeShapers.erase(oldIt); in applyVolumeShaper()
960 mVolumeShapers.emplace_back(configuration, new VolumeShaper::Operation()); in applyVolumeShaper()
961 VS_LOG("after adding, number of volumeShapers:%zu", mVolumeShapers.size()); in applyVolumeShaper()
968 if (it == mVolumeShapers.end()) { in applyVolumeShaper()
974 mVolumeShapers.erase(it); in applyVolumeShaper()
1022 if (it == mVolumeShapers.end()) { in getVolumeShaperState()
1037 for (auto it = mVolumeShapers.begin(); it != mVolumeShapers.end();) { in getVolume()
1070 for (const auto &shaper : mVolumeShapers) { in toString()
1084 VS_LOG("forall: mVolumeShapers.size() %zu", mVolumeShapers.size()); in forall()
1085 for (const auto &shaper : mVolumeShapers) { in forall()
1093 mVolumeShapers.clear(); in reset()
1113 if (findId_l(mVolumeShaperIdCounter) != mVolumeShapers.end()) { in setIdIfNecessary()
1126 std::list<VolumeShaper>::iterator it = mVolumeShapers.begin(); in findId_l()
1127 for (; it != mVolumeShapers.end(); ++it) { in findId_l()
1137 for (const auto &shaper : mVolumeShapers) { in numberOfUserVolumeShapers_l()
1148 std::list<VolumeShaper> mVolumeShapers; // list provides stable iterators on erase variable