Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DConstString.cpp51 GetConstCStringLength (const char *ccstr) const in GetConstCStringLength() function in Pool
231 llvm::StringRef lhs_string_ref (m_string, StringPool().GetConstCStringLength (m_string)); in operator <()
232 … llvm::StringRef rhs_string_ref (rhs.m_string, StringPool().GetConstCStringLength (rhs.m_string)); in operator <()
255 return StringPool().GetConstCStringLength (m_string); in GetLength()
268 llvm::StringRef lhs_string_ref (lhs_cstr, StringPool().GetConstCStringLength (lhs_cstr)); in Compare()
269 llvm::StringRef rhs_string_ref (rhs_cstr, StringPool().GetConstCStringLength (rhs_cstr)); in Compare()