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