Searched refs:mapped_devices_ (Results 1 – 2 of 2) sorted by relevance
177 mapped_devices_.count(partition_name + in OptimizeOperation()222 mapped_devices_.insert(target_partition_name); in MapPartitionInternal()234 if (mapped_devices_.find(target_partition_name) != mapped_devices_.end()) { in MapPartitionOnDeviceMapper()298 mapped_devices_.erase(target_partition_name); in UnmapPartitionOnDeviceMapper()304 if (mapped_devices_.empty()) { in UnmapAllPartitions()309 std::set<std::string> mapped = mapped_devices_; in UnmapAllPartitions()1251 mapped_devices_ = fake; in set_fake_mapped_devices()
340 std::set<std::string> mapped_devices_; variable