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.hasValue())230 m_dev_runtime = DeviceRuntime([m_dev runtime]);232 return m_dev_runtime.getValue();
174 llvm::Optional<DeviceRuntime> m_dev_runtime; variable