Home
last modified time | relevance | path

Searched refs:rhs_cstr (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Core/
DConstString.cpp263 register const char *rhs_cstr = rhs.m_string; in Compare() local
264 if (lhs_cstr == rhs_cstr) in Compare()
266 if (lhs_cstr && rhs_cstr) in Compare()
269 llvm::StringRef rhs_string_ref (rhs_cstr, StringPool().GetConstCStringLength (rhs_cstr)); in Compare()