Home
last modified time | relevance | path

Searched refs:the_map (Results 1 – 1 of 1) sorted by relevance

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