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

References

tools/lldb/source/Core/ValueObject.cpp
 1311             lldb_private::formatters::StringPrinter::StringElementType::ASCII>(
tools/lldb/source/DataFormatters/StringPrinter.cpp
   65 GetPrintableImpl<StringPrinter::StringElementType::ASCII>(uint8_t *buffer,
  130 GetPrintableImpl<StringPrinter::StringElementType::UTF8>(uint8_t *buffer,
  148     return GetPrintableImpl<StringPrinter::StringElementType::ASCII>(
  229 GetPrintable(StringPrinter::StringElementType type, uint8_t *buffer,
  235   case StringPrinter::StringElementType::ASCII:
  236     return GetPrintableImpl<StringPrinter::StringElementType::ASCII>(
  238   case StringPrinter::StringElementType::UTF8:
  239     return GetPrintableImpl<StringPrinter::StringElementType::UTF8>(
  252       return GetPrintable(StringPrinter::StringElementType::UTF8, buffer,
  258       return GetPrintable(StringPrinter::StringElementType::ASCII, buffer,
  416     StringPrinter::StringElementType::ASCII>(
  592     StringPrinter::StringElementType::UTF8>(
  599     StringPrinter::StringElementType::UTF16>(
  607     StringPrinter::StringElementType::UTF32>(
  615     StringPrinter::StringElementType::UTF8>(
  624     StringPrinter::StringElementType::ASCII>(
  628   return ReadBufferAndDumpToStream<StringElementType::UTF8>(options);
  633     StringPrinter::StringElementType::UTF16>(
  642     StringPrinter::StringElementType::UTF32>(
tools/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
   52           StringPrinter::StringElementType::UTF8>(options)) {
   77           StringPrinter::StringElementType::UTF16>(options)) {
  102           StringPrinter::StringElementType::UTF32>(options)) {
  142         StringPrinter::StringElementType::UTF8>(options);
  145         StringPrinter::StringElementType::UTF16>(options);
  148         StringPrinter::StringElementType::UTF32>(options);
  179       StringPrinter::StringElementType::UTF8>(options);
  205       StringPrinter::StringElementType::UTF16>(options);
  231       StringPrinter::StringElementType::UTF32>(options);
  267         StringPrinter::StringElementType::UTF8>(options);
  270         StringPrinter::StringElementType::UTF16>(options);
  273         StringPrinter::StringElementType::UTF32>(options);
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  592         lldb_private::formatters::StringPrinter::StringElementType::UTF8>(
  598         lldb_private::formatters::StringPrinter::StringElementType::UTF16>(
  604         lldb_private::formatters::StringPrinter::StringElementType::UTF32>(
  665   return LibcxxStringSummaryProvider<StringPrinter::StringElementType::ASCII>(
  672   return LibcxxStringSummaryProvider<StringPrinter::StringElementType::UTF16>(
  679   return LibcxxStringSummaryProvider<StringPrinter::StringElementType::UTF32>(
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
  264               StringPrinter::StringElementType::UTF8>(options)) {
  327             StringPrinter::StringElementType::UTF8>(options);
  330             StringPrinter::StringElementType::UTF16>(options);
  333             StringPrinter::StringElementType::UTF32>(options);
tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
  180           StringPrinter::StringElementType::UTF16>(options);
  192           StringPrinter::StringElementType::ASCII>(options);
  207         StringPrinter::StringElementType::ASCII>(options);
  231         StringPrinter::StringElementType::UTF16>(options);
  251         StringPrinter::StringElementType::UTF16>(options);
  274           StringPrinter::StringElementType::UTF8>(options);
  277           StringPrinter::StringElementType::ASCII>(options);
  294         StringPrinter::StringElementType::ASCII>(options);