Lines Matching defs:iter
49 auto iter = surfaceMap_.find(windowId);
50 if (iter == surfaceMap_.end()) {
68 auto iter = surfaceMap_.find(windowId);
69 if (iter == surfaceMap_.end()) {
87 auto iter = surfaceMap_.find(windowId);
88 if (iter == surfaceMap_.end()) {
107 auto iter = surfaceMap_.find(windowId);
108 if (iter == surfaceMap_.end()) {
112 surface = iter->second;
122 auto iter = surfaceMap_.find(windowId);
123 if (iter == surfaceMap_.end()) {