|
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 1340 of file AppleObjCRuntimeV2.cpp.
|
inline |
Definition at line 1342 of file AppleObjCRuntimeV2.cpp.
References RemoteNXMapTable::m_count, and RemoteNXMapTable::m_process.
Referenced by operator++().
|
inline |
Definition at line 1347 of file AppleObjCRuntimeV2.cpp.
References RemoteNXMapTable::m_num_buckets_minus_one, and RemoteNXMapTable::m_process.
|
inlineprivate |
Definition at line 1409 of file AppleObjCRuntimeV2.cpp.
Referenced by operator*().
|
inline |
Definition at line 1368 of file AppleObjCRuntimeV2.cpp.
|
inline |
Definition at line 1377 of file AppleObjCRuntimeV2.cpp.
References AdvanceToValidIndex(), m_index, and m_parent.
|
inline |
Definition at line 1372 of file AppleObjCRuntimeV2.cpp.
References const_iterator(), and RemoteNXMapTable::RemoteNXMapTable().
|
inline |
Definition at line 1352 of file AppleObjCRuntimeV2.cpp.
References LLDB_INVALID_ADDRESS, RemoteNXMapTable::m_buckets_ptr, RemoteNXMapTable::m_count, and RemoteNXMapTable::m_process.
|
inline |
Definition at line 1359 of file AppleObjCRuntimeV2.cpp.
|
private |
Definition at line 1433 of file AppleObjCRuntimeV2.cpp.
Referenced by operator*().
|
private |
Definition at line 1432 of file AppleObjCRuntimeV2.cpp.
Referenced by operator*().