Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm72 : m_dev(d), m_model_identifier() {} function
74 CoreSimulatorSupport::DeviceType::operator bool() { return m_dev != nil; }
77 return ConstString([[m_dev identifier] UTF8String]);
81 return ConstString([[m_dev productFamily] UTF8String]);
86 return ProductFamilyID([m_dev productFamilyID]);
92 : m_dev(d), m_os_version() {} function
94 CoreSimulatorSupport::DeviceRuntime::operator bool() { return m_dev != nil; }
97 return [m_dev available];
103 : m_dev(d), m_dev_type(), m_dev_runtime() {} function
105 CoreSimulatorSupport::Device::operator bool() { return m_dev != nil; }
[all …]
H A DPlatformiOSSimulatorCoreSimulatorSupport.h96 id m_dev = nullptr;
132 id m_dev = nullptr;
172 id m_dev = nullptr;
214 DeviceSet(id arr) : m_dev(arr) {} in DeviceSet()
216 id m_dev; variable