reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Utility/ConstString.cpp
   64       return GetConstCStringWithLength(cstr, strlen(cstr));
  130       return GetConstCStringWithLength(cstr, trimmed_len);
  183     : m_string(StringPool().GetConstCStringWithLength(cstr, cstr_len)) {}
  280   m_string = StringPool().GetConstCStringWithLength(s.data(), s.size());
  295   m_string = StringPool().GetConstCStringWithLength(cstr, cstr_len);