Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm72 : m_dev(d), m_model_identifier() {} function
92 : m_dev(d), m_os_version() {} function
97 return [m_dev available];
108 return (State)([m_dev state]);
199 auto utf8_name = [[m_dev name] UTF8String];
343 if (m_dev == nil) {
370 if ([m_dev shutdownWithError:&nserror]) {
526 BOOL success = [m_dev
573 return [m_dev count];
589 [array addObject:(id)d.m_dev];
[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