Searched refs:DecodedCharBuffer (Results 1 – 1 of 1) sorted by relevance
34 class DecodedCharBuffer { class36 DecodedCharBuffer(std::nullptr_t) {} in DecodedCharBuffer() function in DecodedCharBuffer38 DecodedCharBuffer(const uint8_t *bytes, size_t size) : m_size(size) { in DecodedCharBuffer() function in DecodedCharBuffer44 DecodedCharBuffer(const char *bytes, size_t size) in DecodedCharBuffer() function in DecodedCharBuffer45 : DecodedCharBuffer(reinterpret_cast<const uint8_t *>(bytes), size) {} in DecodedCharBuffer()59 std::function<DecodedCharBuffer(uint8_t *, uint8_t *, uint8_t *&)>;64 static DecodedCharBuffer96 DecodedCharBuffer attemptASCIIEscape(llvm::UTF32 c, in attemptASCIIEscape()136 DecodedCharBuffer GetPrintableImpl<StringElementType::ASCII>( in GetPrintableImpl()142 DecodedCharBuffer retval = attemptASCIIEscape(*buffer, escape_style); in GetPrintableImpl()[all …]