Searched refs:elmtsBySlotMap (Results 1 – 1 of 1) sorted by relevance
46 std::map<int, Ace::RefPtr<Element>> elmtsBySlotMap; in MakeElementByIdMap() local49 elmtsBySlotMap.emplace(elmt->GetSlot(), elmt); in MakeElementByIdMap()51 ACE_DCHECK(elmtsBySlotMap.size() == elmts.size()); in MakeElementByIdMap()57 auto elmtIter = elmtsBySlotMap.find(slot); in MakeElementByIdMap()58 ACE_DCHECK(elmtIter != elmtsBySlotMap.end()); in MakeElementByIdMap()