Searched defs:GetTypeAtIndex (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Symbol/
H A DTypeList.cpp120 // GetTypeAtIndex isn't used a lot for large type lists, currently only for
125 TypeList::GetTypeAtIndex(uint32_t idx) function in class:TypeList
/external/lldb/source/API/
H A DSBType.cpp460 Append(const_cast<SBTypeList&>(rhs).GetTypeAtIndex(i));
476 Append(const_cast<SBTypeList&>(rhs).GetTypeAtIndex(i));
489 SBTypeList::GetTypeAtIndex(uint32_t index) function in class:SBTypeList
492 return SBType(m_opaque_ap->GetTypeAtIndex(index));
/external/lldb/include/lldb/Symbol/
H A DType.h486 GetTypeAtIndex(size_t idx) function in class:lldb_private::TypeListImpl

Completed in 4045 milliseconds