Home
last modified time | relevance | path

Searched defs:ConstString (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Core/
DConstString.h44 ConstString (): in ConstString() function
58 ConstString (const ConstString& rhs) : in ConstString() function
/external/lldb/source/Core/
DConstString.cpp210 ConstString::ConstString (const char *cstr) : in ConstString() function in ConstString
215 ConstString::ConstString (const char *cstr, size_t cstr_len) : in ConstString() function in ConstString
220 ConstString::ConstString (const llvm::StringRef &s) : in ConstString() function in ConstString
/external/lldb/include/lldb/
Dlldb-forward.h72 class ConstString; variable