Searched refs:m_dev_runtime (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() {} function229 if (!m_dev_runtime.has_value())230 m_dev_runtime = DeviceRuntime([m_dev runtime]);232 return m_dev_runtime.value();
174 std::optional<DeviceRuntime> m_dev_runtime; variable