Lines Matching refs:surfaceIdWindowNodeMap_
260 surfaceIdWindowNodeMap_.insert(std::make_pair(node->surfaceNode_->GetId(), node));
359 surfaceIdWindowNodeMap_.insert(std::make_pair(surfaceNodeId, node));
426 auto iter = surfaceIdWindowNodeMap_.find(surfaceId);
427 if (iter == surfaceIdWindowNodeMap_.end()) {
490 auto iter = surfaceIdWindowNodeMap_.find(surfaceId);
491 if (iter == surfaceIdWindowNodeMap_.end()) {
1155 auto iter = std::find_if(surfaceIdWindowNodeMap_.begin(), surfaceIdWindowNodeMap_.end(), cmpFunc);
1156 if (iter != surfaceIdWindowNodeMap_.end()) {
1157 surfaceIdWindowNodeMap_.erase(iter);