Searched refs:m_dev_type (Results 1 – 2 of 2) sorted by relevance
100 CoreSimulatorSupport::Device::Device() : m_dev_type(), m_dev_runtime() {} function103 : m_dev(d), m_dev_type(), m_dev_runtime() {} function221 if (!m_dev_type.has_value())222 m_dev_type = DeviceType([m_dev deviceType]);224 return m_dev_type.value();
173 std::optional<DeviceType> m_dev_type; variable