Lines Matching defs:output_stream
231 Stream &output_stream = result.GetOutputStream();
238 AddWatchpointDescription(output_stream, *watch_sp, m_options.m_level);
254 AddWatchpointDescription(output_stream, *watch_sp, m_options.m_level);
830 Stream &output_stream = result.GetOutputStream();
930 output_stream.Printf("Watchpoint created: ");
931 watch_sp->GetDescription(&output_stream, lldb::eDescriptionLevelFull);
932 output_stream.EOL();
1101 Stream &output_stream = result.GetOutputStream();
1102 output_stream.Printf("Watchpoint created: ");
1103 watch_sp->GetDescription(&output_stream, lldb::eDescriptionLevelFull);
1104 output_stream.EOL();