Searched refs:FirstKey (Results 1 – 1 of 1) sorted by relevance
155 void add(FirstKeyType FirstKey, SecondKeyType SecondKey, ValueType Value) { in add() argument156 typename LVFirstMapType::iterator FirstIter = FirstMap.find(FirstKey); in add()160 FirstMap.emplace(FirstKey, std::move(SecondMapSP)); in add()169 AuxMap.emplace(SecondKey, FirstKey); in add()173 LVSecondMapType *findMap(FirstKeyType FirstKey) const { in findMap() argument174 typename LVFirstMapType::const_iterator FirstIter = FirstMap.find(FirstKey); in findMap()181 ValueType find(FirstKeyType FirstKey, SecondKeyType SecondKey) const { in find() argument182 LVSecondMapType *SecondMap = findMap(FirstKey); in find()