Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDStringPrinter.cpp339 char prefix_token, in DumpUTFBufferToStream() argument
344 if (prefix_token != 0) in DumpUTFBufferToStream()
345 stream.Printf("%c",prefix_token); in DumpUTFBufferToStream()
476 char prefix_token = options.GetPrefixToken(); in ReadStringAndDumpToStream() local
479 if (prefix_token != 0) in ReadStringAndDumpToStream()
480 options.GetStream()->Printf("%c%c",prefix_token,quote); in ReadStringAndDumpToStream()
HDCXXFormatterFunctions.cpp686 char prefix_token = '@', in ReadAsciiBufferAndDumpToStream() argument
711 dest.Printf("%c%c",prefix_token,quote); in ReadAsciiBufferAndDumpToStream()