Searched refs:AuxMap (Results 1 – 1 of 1) sorted by relevance
172 LVAuxMapType AuxMap; variable187 typename LVAuxMapType::iterator AuxIter = AuxMap.find(SecondKey); in add()188 if (AuxIter == AuxMap.end()) { in add()189 AuxMap.emplace(SecondKey, FirstKey); in add()212 typename LVAuxMapType::const_iterator AuxIter = AuxMap.find(SecondKey); in find()213 if (AuxIter == AuxMap.end()) in find()