Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSIndexPath.cpp107 m_impl.m_outsourced.m_indexes = in Update()
116 m_impl.m_outsourced.m_count = length_sp->GetValueAsUnsigned(0); in Update()
117 if (m_impl.m_outsourced.m_indexes) in Update()
148 return m_outsourced.m_count; in GetNumIndexes()
164 return m_outsourced.GetIndexAtIndex(idx); in GetIndexAtIndex()
282 struct OutsourcedIndexes m_outsourced; member
288 m_outsourced.Clear(); in Clear()