::llvm::DenseMapInfo | lldb_private::ConstString | friend |
AsCString(const char *value_if_empty=nullptr) const | lldb_private::ConstString | inline |
Clear() | lldb_private::ConstString | inline |
Compare(ConstString lhs, ConstString rhs, const bool case_sensitive=true) | lldb_private::ConstString | static |
ConstString()=default | lldb_private::ConstString | |
ConstString(llvm::StringRef s) | lldb_private::ConstString | explicit |
ConstString(const char *cstr) | lldb_private::ConstString | explicit |
ConstString(const char *cstr, size_t max_cstr_len) | lldb_private::ConstString | explicit |
Dump(Stream *s, const char *value_if_empty=nullptr) const | lldb_private::ConstString | |
DumpDebug(Stream *s) const | lldb_private::ConstString | |
Equals(ConstString lhs, ConstString rhs, const bool case_sensitive=true) | lldb_private::ConstString | static |
FromStringPoolPointer(const char *ptr) | lldb_private::ConstString | inlineprotectedstatic |
GetCString() const | lldb_private::ConstString | inline |
GetLength() const | lldb_private::ConstString | |
GetMangledCounterpart(ConstString &counterpart) const | lldb_private::ConstString | |
GetMemoryStats() | lldb_private::ConstString | static |
GetString() const | lldb_private::ConstString | inline |
GetStringRef() const | lldb_private::ConstString | inline |
IsEmpty() const | lldb_private::ConstString | inline |
IsNull() const | lldb_private::ConstString | inline |
m_string | lldb_private::ConstString | protected |
MemorySize() const | lldb_private::ConstString | inline |
operator bool() const | lldb_private::ConstString | inlineexplicit |
operator llvm::StringRef() const | lldb_private::ConstString | inline |
operator std::string() const | lldb_private::ConstString | inlineexplicit |
operator std::string_view() const | lldb_private::ConstString | inlineexplicit |
operator!=(ConstString rhs) const | lldb_private::ConstString | inline |
operator!=(const char *rhs) const | lldb_private::ConstString | inline |
operator<(ConstString rhs) const | lldb_private::ConstString | |
operator==(ConstString rhs) const | lldb_private::ConstString | inline |
operator==(const char *rhs) const | lldb_private::ConstString | inline |
SetCString(const char *cstr) | lldb_private::ConstString | |
SetCStringWithLength(const char *cstr, size_t cstr_len) | lldb_private::ConstString | |
SetString(llvm::StringRef s) | lldb_private::ConstString | |
SetStringWithMangledCounterpart(llvm::StringRef demangled, ConstString mangled) | lldb_private::ConstString | |
SetTrimmedCStringWithLength(const char *cstr, size_t fixed_cstr_len) | lldb_private::ConstString | |