Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp339 auto printable_bytes = printable.GetBytes(); in DumpEncodedBufferToStream() local
343 if (!printable_bytes || !next_data) in DumpEncodedBufferToStream()
347 stream.Printf("%c", *(printable_bytes + c)); in DumpEncodedBufferToStream()