Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMsvcStl.cpp105 StreamString scratch_stream; in formatStringImpl() local
107 valobj, scratch_stream, summary_options, prefix_token); in formatStringImpl()
109 stream << scratch_stream.GetData(); in formatStringImpl()
H A DLibCxx.cpp608 StreamString scratch_stream; in formatStringImpl() local
610 valobj, scratch_stream, summary_options, prefix_token); in formatStringImpl()
612 stream << scratch_stream.GetData(); in formatStringImpl()