Searched refs:StringElementType (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp52 StringPrinter::StringElementType::UTF8>(options)) {
77 StringPrinter::StringElementType::UTF16>(options)) {
102 StringPrinter::StringElementType::UTF32>(options)) {
142 StringPrinter::StringElementType::UTF8>(options);
145 StringPrinter::StringElementType::UTF16>(options);
148 StringPrinter::StringElementType::UTF32>(options);
179 StringPrinter::StringElementType::UTF8>(options);
205 StringPrinter::StringElementType::UTF16>(options);
231 StringPrinter::StringElementType::UTF32>(options);
267 StringPrinter::StringElementType
[all...]
H A DLibCxx.cpp714 lldb_private::formatters::StringPrinter::StringElementType::UTF8>(
720 lldb_private::formatters::StringPrinter::StringElementType::UTF16>(
726 lldb_private::formatters::StringPrinter::StringElementType::UTF32>(
732 template <StringPrinter::StringElementType element_type>
778 template <StringPrinter::StringElementType element_type>
795 return formatStringImpl<StringPrinter::StringElementType::ASCII>(
802 return formatStringImpl<StringPrinter::StringElementType::UTF16>(
809 return formatStringImpl<StringPrinter::StringElementType::UTF32>(
H A DLibStdcpp.cpp265 StringPrinter::StringElementType::UTF8>(options)) {
329 StringPrinter::StringElementType::UTF8>(options);
332 StringPrinter::StringElementType::UTF16>(options);
335 StringPrinter::StringElementType::UTF32>(options);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; class in class:lldb_private::formatters::StringPrinter
148 template <StringElementType element_type>
152 template <StringElementType element_type>
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp29 using StringElementType = StringPrinter::StringElementType;
63 template <StringElementType type>
136 DecodedCharBuffer GetPrintableImpl<StringElementType::ASCII>(
169 DecodedCharBuffer GetPrintableImpl<StringElementType::UTF8>(
176 return GetPrintableImpl<StringElementType::ASCII>(buffer, buffer_end, next,
218 static DecodedCharBuffer GetPrintable(StringElementType type, uint8_t *buffer,
225 case StringElementType::ASCII:
226 return GetPrintableImpl<StringElementType::ASCII>(buffer, buffer_end, next,
228 case StringElementType
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp179 StringPrinter::StringElementType::UTF16>(options);
191 StringPrinter::StringElementType::ASCII>(options);
206 StringPrinter::StringElementType::ASCII>(options);
230 StringPrinter::StringElementType::UTF16>(options);
250 StringPrinter::StringElementType::UTF16>(options);
273 StringPrinter::StringElementType::UTF8>(options);
276 StringPrinter::StringElementType::ASCII>(options);
293 StringPrinter::StringElementType::ASCII>(options);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1255 lldb_private::formatters::StringPrinter::StringElementType::ASCII>(

Completed in 190 milliseconds