Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm100 CoreSimulatorSupport::Device::Device() : m_dev_type(), m_dev_runtime() {} function
103 : m_dev(d), m_dev_type(), m_dev_runtime() {} function
221 if (!m_dev_type.has_value())
222 m_dev_type = DeviceType([m_dev deviceType]);
224 return m_dev_type.value();
H A DPlatformiOSSimulatorCoreSimulatorSupport.h173 std::optional<DeviceType> m_dev_type; variable