Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
Ddevice_pool.h41 using MapType = std::map<BusDevNumber, std::unique_ptr<Device>>; variable
55 MapType::const_iterator begin() const { return devices_.cbegin(); } in begin()
56 MapType::const_iterator end() const { return devices_.cend(); } in end()
59 MapType devices_;
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py1268 def __init__(self, MapFile, MapType="MSFT"): argument
1270 self.MapType = MapType
1277 MappingTitle = self._StartFlag[self.MapType]
1278 MappingFormat = self._MappingFormat[self.MapType]