Lines Matching defs:openHandles
63 map<HBA_HANDLE, Handle*> Handle::openHandles;
80 mapend = openHandles.end();
88 if (openHandles.find(id) == mapend) {
101 openHandles[id] = this;
130 mapend = openHandles.end();
141 if (openHandles.find(id) == mapend) {
154 openHandles[id] = this;
168 openHandles.erase(openHandles.find(getHandle()));
209 if (openHandles.find(id) == openHandles.end()) {
212 tmp = openHandles[id];
235 for (int i = 0; i < openHandles.size(); i++) {
236 tmp = openHandles[i];