Lines Matching defs:output_strm
5649 Stream &output_strm = result.GetOutputStream();
5650 output_strm.Printf(" packet: %s\n", packet_cstr);
5658 output_strm.PutCString("response: \nerror: UNIMPLEMENTED\n");
5660 output_strm.Printf("response: %s\n", response.GetStringRef().data());
5695 Stream &output_strm = result.GetOutputStream();
5698 [&output_strm](llvm::StringRef output) { output_strm << output; });
5700 output_strm.Printf(" packet: %s\n", packet.GetData());
5704 output_strm.PutCString("response: \nerror: UNIMPLEMENTED\n");
5706 output_strm.Printf("response: %s\n", response.GetStringRef().data());