Searched refs:AuxMap (Results 1 – 1 of 1) sorted by relevance
152 LVAuxMapType AuxMap; variable167 typename LVAuxMapType::iterator AuxIter = AuxMap.find(SecondKey); in add()168 if (AuxIter == AuxMap.end()) { in add()169 AuxMap.emplace(SecondKey, FirstKey); in add()192 typename LVAuxMapType::const_iterator AuxIter = AuxMap.find(SecondKey); in find()193 if (AuxIter == AuxMap.end()) in find()