Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DStringPrinter.cpp66 StringPrinter::EscapeStyle escape_style);
97 StringPrinter::EscapeStyle escape_style) { in attemptASCIIEscape() argument
99 escape_style == StringPrinter::EscapeStyle::Swift; in attemptASCIIEscape()
138 StringPrinter::EscapeStyle escape_style) { in GetPrintableImpl() argument
142 DecodedCharBuffer retval = attemptASCIIEscape(*buffer, escape_style); in GetPrintableImpl()
154 switch (escape_style) { in GetPrintableImpl()
171 StringPrinter::EscapeStyle escape_style) { in GetPrintableImpl() argument
177 escape_style); in GetPrintableImpl()
192 DecodedCharBuffer retval = attemptASCIIEscape(codepoint, escape_style); in GetPrintableImpl()
201 switch (escape_style) { in GetPrintableImpl()
[all …]
/external/llvm-project/lldb/unittests/DataFormatter/
DStringPrinterTests.cpp31 StringPrinter::EscapeStyle escape_style) { in format() argument
39 opts.SetEscapeStyle(escape_style); in format()