HomeSort by relevance Sort by last modified time
    Searched refs:the_map (Results 1 - 3 of 3) 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()) {
  /system/update_engine/payload_generator/
inplace_generator.h 199 // Apply the transformation stored in |the_map| to the |collection| vector
201 // |the_map|.
203 const std::map<uint64_t, uint64_t>& the_map);
inplace_generator.cc 729 const map<uint64_t, uint64_t>& the_map) {
731 const auto& map_it = the_map.find(elem);
732 if (map_it != the_map.end())

Completed in 123 milliseconds