LLDB mainline
llvm::DenseMapInfo< lldb_private::ConstString > Struct Reference

DenseMapInfo implementation. More...

#include <ConstString.h>

Static Public Member Functions

static unsigned getHashValue (lldb_private::ConstString val)
static bool isEqual (lldb_private::ConstString LHS, lldb_private::ConstString RHS)

Detailed Description

DenseMapInfo implementation.

Definition at line 431 of file ConstString.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< lldb_private::ConstString >::getHashValue ( lldb_private::ConstString val)
inlinestatic

Definition at line 432 of file ConstString.h.

References lldb_private::ConstString::m_string.

◆ isEqual()

bool llvm::DenseMapInfo< lldb_private::ConstString >::isEqual ( lldb_private::ConstString LHS,
lldb_private::ConstString RHS )
inlinestatic

Definition at line 435 of file ConstString.h.


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