LLDB mainline
|
Classes | |
struct | InlinedIndexes |
struct | OutsourcedIndexes |
Public Member Functions | |
size_t | GetNumIndexes () |
lldb::ValueObjectSP | GetIndexAtIndex (size_t idx, const CompilerType &desired_type) |
void | Clear () |
Impl () |
Public Attributes | |
union { | |
struct InlinedIndexes m_inlined | |
struct OutsourcedIndexes m_outsourced | |
}; | |
Mode | m_mode = Mode::Invalid |
Definition at line 149 of file NSIndexPath.cpp.
|
inline |
Definition at line 305 of file NSIndexPath.cpp.
|
inline |
Definition at line 291 of file NSIndexPath.cpp.
References NSIndexPathSyntheticFrontEnd::Inlined, NSIndexPathSyntheticFrontEnd::Invalid, m_inlined, m_mode, m_outsourced, and NSIndexPathSyntheticFrontEnd::Outsourced.
|
inline |
Definition at line 161 of file NSIndexPath.cpp.
References GetNumIndexes(), NSIndexPathSyntheticFrontEnd::Inlined, m_inlined, m_mode, m_outsourced, and NSIndexPathSyntheticFrontEnd::Outsourced.
|
inline |
Definition at line 150 of file NSIndexPath.cpp.
References NSIndexPathSyntheticFrontEnd::Inlined, m_inlined, m_mode, m_outsourced, and NSIndexPathSyntheticFrontEnd::Outsourced.
Referenced by GetIndexAtIndex().
union { ... } NSIndexPathSyntheticFrontEnd::Impl |
struct InlinedIndexes NSIndexPathSyntheticFrontEnd::Impl::m_inlined |
Definition at line 287 of file NSIndexPath.cpp.
Referenced by Clear(), GetIndexAtIndex(), and GetNumIndexes().
Mode NSIndexPathSyntheticFrontEnd::Impl::m_mode = Mode::Invalid |
Definition at line 307 of file NSIndexPath.cpp.
Referenced by Clear(), GetIndexAtIndex(), and GetNumIndexes().
struct OutsourcedIndexes NSIndexPathSyntheticFrontEnd::Impl::m_outsourced |
Definition at line 288 of file NSIndexPath.cpp.
Referenced by Clear(), GetIndexAtIndex(), and GetNumIndexes().