Home
last modified time | relevance | path

Searched defs:DecodedCharBuffer (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp34 class DecodedCharBuffer { class
36 DecodedCharBuffer(std::nullptr_t) {} in DecodedCharBuffer() function in DecodedCharBuffer
38 DecodedCharBuffer(const uint8_t *bytes, size_t size) : m_size(size) { in DecodedCharBuffer() function in DecodedCharBuffer
44 DecodedCharBuffer(const char *bytes, size_t size) in DecodedCharBuffer() function in DecodedCharBuffer