Searched refs:mapPos (Results 1 – 1 of 1) sorted by relevance
42 std::unordered_map<int, int>::const_iterator mapPos = codeToKeyMap->find(lowerCode); in getKeyIndexOf() local43 if (mapPos != codeToKeyMap->end()) { in getKeyIndexOf()44 return mapPos->second; in getKeyIndexOf()