Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm239 unsigned int l = lhs.GetVersionAtIndex(i);
240 unsigned int r = rhs.GetVersionAtIndex(i);
253 unsigned int l = lhs.GetVersionAtIndex(i);
254 unsigned int r = rhs.GetVersionAtIndex(i);
265 unsigned int l = lhs.GetVersionAtIndex(i);
266 unsigned int r = rhs.GetVersionAtIndex(i);
280 unsigned int l = lhs.GetVersionAtIndex(i);
281 unsigned int r = rhs.GetVersionAtIndex(i);
292 unsigned int l = lhs.GetVersionAtIndex(i);
293 unsigned int r = rhs.GetVersionAtIndex(i);
[all …]
H A 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