Lines Matching refs:groups
149 gchar** groups = g_key_file_get_groups(key_file_, &length);
150 if (!groups) {
151 LOG(ERROR) << "Unable to obtain groups.";
154 set<string> group_set(groups, groups + length);
155 g_strfreev(groups);
162 set<string> groups = GetGroups();
164 for (const auto& group : groups) {
174 set<string> groups = GetGroups();
176 for (const auto& group : groups) {