Searched refs:attrVect (Results 1 – 1 of 1) sorted by relevance
2230 auto attrVect = strategy.getVolumeGroupAttributes(); in streamTypeToAttributes() local2231 auto iter = std::find_if(begin(attrVect), end(attrVect), [&stream](const auto& attributes) { in streamTypeToAttributes()2234 if (iter != end(attrVect)) { in streamTypeToAttributes()2253 auto attrVect = strategy.getVolumeGroupAttributes(); in attributesToStreamType() local2254 auto iter = std::find_if(begin(attrVect), end(attrVect), [&attr](const auto& refAttr) { in attributesToStreamType()2257 if (iter != end(attrVect)) { in attributesToStreamType()