Searched refs:m_dev (Results 1 – 2 of 2) sorted by relevance
72 : m_dev(d), m_model_identifier() {} function74 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() {} function94 CoreSimulatorSupport::DeviceRuntime::operator bool() { return m_dev != nil; }97 return [m_dev available];103 : m_dev(d), m_dev_type(), m_dev_runtime() {} function105 CoreSimulatorSupport::Device::operator bool() { return m_dev != nil; }[all …]
96 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