Searched refs:GetPrintableElementType (Results 1 – 2 of 2) sorted by relevance
28 using GetPrintableElementType = StringPrinter::GetPrintableElementType; typedef237 GetDefaultEscapingHelper(GetPrintableElementType elem_type, in GetDefaultEscapingHelper()240 case GetPrintableElementType::UTF8: in GetDefaultEscapingHelper()241 case GetPrintableElementType::ASCII: in GetDefaultEscapingHelper()244 return GetPrintable(elem_type == GetPrintableElementType::UTF8 in GetDefaultEscapingHelper()257 GetPrintableElementType style, in DumpEncodedBufferToStream()489 GetPrintableElementType print_style = (elem_type == StringElementType::ASCII) in ReadEncodedBufferAndDumpToStream()490 ? GetPrintableElementType::ASCII in ReadEncodedBufferAndDumpToStream()491 : GetPrintableElementType::UTF8; in ReadEncodedBufferAndDumpToStream()526 return DumpEncodedBufferToStream<llvm::UTF8>(GetPrintableElementType::UTF8, in ReadBufferAndDumpToStream()[all …]
25 enum class GetPrintableElementType { ASCII, UTF8 }; enum