Searched refs:keyMap (Results 1 – 1 of 1) sorted by relevance
264 std::set<std::string> keyMap(keys.begin(), keys.end()); in getParamIndicesForKeys() local267 keyMap.size(), mMap.size()); in getParamIndicesForKeys()271 ALOGV("count of %s is %zu", name.c_str(), keyMap.count(name)); in getParamIndicesForKeys()272 if (keyMap.count(name) > 0) { in getParamIndicesForKeys()