Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DPathMappingList.cpp119 unsigned int numPairs = m_pairs.size(); in Dump() local
123 for (index = 0; index < numPairs; ++index) in Dump()
128 if (static_cast<unsigned int>(pair_index) < numPairs) in Dump()