LLDB mainline
lldb_private::ObjCLanguageRuntime::IdentityHashKeyInfo Struct Reference

Keys are already djbHash values, so use identity as the hash function. More...

Static Public Member Functions

static unsigned getHashValue (uint32_t Val)
static bool isEqual (uint32_t LHS, uint32_t RHS)

Detailed Description

Keys are already djbHash values, so use identity as the hash function.

Definition at line 432 of file ObjCLanguageRuntime.h.

Member Function Documentation

◆ getHashValue()

unsigned lldb_private::ObjCLanguageRuntime::IdentityHashKeyInfo::getHashValue ( uint32_t Val)
inlinestatic

Definition at line 433 of file ObjCLanguageRuntime.h.

◆ isEqual()

bool lldb_private::ObjCLanguageRuntime::IdentityHashKeyInfo::isEqual ( uint32_t LHS,
uint32_t RHS )
inlinestatic

Definition at line 434 of file ObjCLanguageRuntime.h.


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