Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.mm244 unsigned int l = lhs.GetVersionAtIndex(i);
245 unsigned int r = rhs.GetVersionAtIndex(i);
258 unsigned int l = lhs.GetVersionAtIndex(i);
259 unsigned int r = rhs.GetVersionAtIndex(i);
270 unsigned int l = lhs.GetVersionAtIndex(i);
271 unsigned int r = rhs.GetVersionAtIndex(i);
285 unsigned int l = lhs.GetVersionAtIndex(i);
286 unsigned int r = rhs.GetVersionAtIndex(i);
297 unsigned int l = lhs.GetVersionAtIndex(i);
298 unsigned int r = rhs.GetVersionAtIndex(i);
[all …]
DPlatformiOSSimulatorCoreSimulatorSupport.h61 unsigned int GetVersionAtIndex(size_t idx) const { return m_versions[idx]; } in GetVersionAtIndex() function
110 unsigned int GetVersionAtIndex(size_t idx) const { return m_versions[idx]; } in GetVersionAtIndex() function