LLDB mainline
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult Struct Reference

Public Member Functions

 DescriptorMapUpdateResult (bool ran, bool retry, uint32_t found)
 

Static Public Member Functions

static DescriptorMapUpdateResult Fail ()
 
static DescriptorMapUpdateResult Success (uint32_t found)
 
static DescriptorMapUpdateResult Retry ()
 

Public Attributes

bool m_update_ran
 
bool m_retry_update
 
uint32_t m_num_found
 

Detailed Description

Definition at line 286 of file AppleObjCRuntimeV2.h.

Constructor & Destructor Documentation

◆ DescriptorMapUpdateResult()

lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::DescriptorMapUpdateResult ( bool  ran,
bool  retry,
uint32_t  found 
)
inline

Definition at line 291 of file AppleObjCRuntimeV2.h.

References m_num_found, m_retry_update, and m_update_ran.

Member Function Documentation

◆ Fail()

static DescriptorMapUpdateResult lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::Fail ( )
inlinestatic

◆ Retry()

static DescriptorMapUpdateResult lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::Retry ( )
inlinestatic

◆ Success()

static DescriptorMapUpdateResult lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::Success ( uint32_t  found)
inlinestatic

Member Data Documentation

◆ m_num_found

uint32_t lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::m_num_found

◆ m_retry_update

bool lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::m_retry_update

◆ m_update_ran

bool lldb_private::AppleObjCRuntimeV2::DescriptorMapUpdateResult::m_update_ran

The documentation for this struct was generated from the following file: