OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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