Searched refs:dataIter (Results 1 – 1 of 1) sorted by relevance
41 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey); in find() local42 if (dataIter != f_KeyMap.end()) in find()43 return dataIter->second; in find()48 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey); in find() local49 if (dataIter != f_KeyMap.end()) in find()50 return dataIter->second; in find()55 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey); in produce() local56 if (dataIter != f_KeyMap.end()) { in produce()58 return dataIter->second; in produce()68 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey); in produce() local[all …]