|
LLDB mainline
|
Public Member Functions | |
| const_iterator (RemoteNXMapTable &parent, int index) | |
| const_iterator (const const_iterator &rhs) | |
| const_iterator & | operator= (const const_iterator &rhs) |
| bool | operator== (const const_iterator &rhs) const |
| bool | operator!= (const const_iterator &rhs) const |
| const_iterator & | operator++ () |
| element | operator* () const |
Private Member Functions | |
| void | AdvanceToValidIndex () |
Private Attributes | |
| RemoteNXMapTable & | m_parent |
| int | m_index |
Definition at line 1313 of file AppleObjCRuntimeV2.cpp.
|
inline |
Definition at line 1315 of file AppleObjCRuntimeV2.cpp.
References RemoteNXMapTable::m_count, and RemoteNXMapTable::m_process.
Referenced by operator++().
|
inline |
Definition at line 1320 of file AppleObjCRuntimeV2.cpp.
References RemoteNXMapTable::m_num_buckets_minus_one, and RemoteNXMapTable::m_process.
|
inlineprivate |
Definition at line 1382 of file AppleObjCRuntimeV2.cpp.
Referenced by operator*().
|
inline |
Definition at line 1341 of file AppleObjCRuntimeV2.cpp.
|
inline |
Definition at line 1350 of file AppleObjCRuntimeV2.cpp.
References AdvanceToValidIndex(), m_index, and m_parent.
|
inline |
Definition at line 1345 of file AppleObjCRuntimeV2.cpp.
References const_iterator(), and RemoteNXMapTable::RemoteNXMapTable().
|
inline |
Definition at line 1325 of file AppleObjCRuntimeV2.cpp.
References LLDB_INVALID_ADDRESS, RemoteNXMapTable::m_buckets_ptr, RemoteNXMapTable::m_count, and RemoteNXMapTable::m_process.
|
inline |
Definition at line 1332 of file AppleObjCRuntimeV2.cpp.
|
private |
Definition at line 1406 of file AppleObjCRuntimeV2.cpp.
Referenced by operator*().
|
private |
Definition at line 1405 of file AppleObjCRuntimeV2.cpp.
Referenced by operator*().