Searched refs:configpair (Results 1 – 1 of 1) sorted by relevance
68 for (auto &configpair : reportConfigItems_) { in GetConfig() local69 if (find(configpair.first.begin(), configpair.first.end(), id) != configpair.first.end()) { in GetConfig()70 return configpair.second; in GetConfig()