Searched defs:rhs_cstr (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 92 milliseconds