Searched refs:existing_groups (Results 1 – 1 of 1) sorted by relevance
162 std::vector<std::string> existing_groups = builder_->ListGroups(); in DeleteGroups() local163 for (const auto& existing_group_name : existing_groups) { in DeleteGroups()