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

References

tools/lldb/source/DataFormatters/StringPrinter.cpp
  273   Stream &stream(*dump_options.GetStream());
  401   SetStream(options.GetStream());
  418   assert(options.GetStream() && "need a Stream to print the string to");
  453     options.GetStream()->Printf("%s%c", prefix_token, quote);
  455     options.GetStream()->Printf("%c", quote);
  490         options.GetStream()->Printf("%c", *(printable_bytes + c));
  493       options.GetStream()->Printf("%c", *data);
  501     options.GetStream()->Printf("%c%s", quote, suffix_token);
  503     options.GetStream()->Printf("%c", quote);
  506     options.GetStream()->Printf("...");
  518   assert(options.GetStream() && "need a Stream to print the string to");
  537   if (!options.GetStream())
  575     options.GetStream()->Printf("unable to read data");
  617   assert(options.GetStream() && "need a Stream to print the string to");
  635   assert(options.GetStream() && "need a Stream to print the string to");
  644   assert(options.GetStream() && "need a Stream to print the string to");