HomeSort by relevance Sort by last modified time
    Searched full:the_map (Results 1 - 1 of 1) sorted by null

  /development/host/windows/usb/api/
adb_object_handle.cpp 28 AdbObjectHandleMap the_map; variable
80 the_map[ret] = this;
113 AdbObjectHandleMap::iterator found = the_map.find(adb_handle());
114 ATLASSERT((found != the_map.end()) && (this == found->second));
116 if ((found != the_map.end()) && (this == found->second)) {
118 the_map.erase(found);
155 AdbObjectHandleMap::iterator found = the_map.find(adb_hndl);
156 if (found != the_map.end()) {

Completed in 397 milliseconds