Searched refs:vols (Results 1 – 1 of 1) sorted by relevance
136 std::vector<std::shared_ptr<VolumeBase>> vols; in getVolumes() local138 vols.push_back(vol); in getVolumes()140 vols.insert(vols.end(), stackedVolumes.begin(), stackedVolumes.end()); in getVolumes()143 return vols; in getVolumes()