LLDB mainline
|
Public Member Functions | |
lldb::ValueObjectSP | GetIndexAtIndex (size_t idx) |
void | Clear () |
OutsourcedIndexes () | |
Public Attributes | |
ValueObject * | m_indexes = nullptr |
size_t | m_count = 0 |
Definition at line 261 of file NSIndexPath.cpp.
|
inline |
Definition at line 275 of file NSIndexPath.cpp.
|
inline |
Definition at line 270 of file NSIndexPath.cpp.
References m_count, and m_indexes.
Referenced by NSIndexPathSyntheticFrontEnd::Impl::Clear().
|
inline |
Definition at line 262 of file NSIndexPath.cpp.
References lldb_private::ValueObject::GetSyntheticArrayMember(), and m_indexes.
Referenced by NSIndexPathSyntheticFrontEnd::Impl::GetIndexAtIndex().
size_t NSIndexPathSyntheticFrontEnd::Impl::OutsourcedIndexes::m_count = 0 |
Definition at line 278 of file NSIndexPath.cpp.
Referenced by Clear(), NSIndexPathSyntheticFrontEnd::Impl::GetNumIndexes(), and NSIndexPathSyntheticFrontEnd::Update().
ValueObject* NSIndexPathSyntheticFrontEnd::Impl::OutsourcedIndexes::m_indexes = nullptr |
Definition at line 277 of file NSIndexPath.cpp.
Referenced by Clear(), GetIndexAtIndex(), and NSIndexPathSyntheticFrontEnd::Update().