Searched refs:sItr (Results 1 – 1 of 1) sorted by relevance
46 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection() local47 assert(sItr != selections.end() && "No selection for node."); in getSelection()48 return sItr->second; in getSelection()