Home
last modified time | relevance | path

Searched refs:write_full (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp91 output.write_full("Content-Length: "); in SendJSON()
92 output.write_full(llvm::utostr(json_str.size())); in SendJSON()
93 output.write_full("\r\n\r\n"); in SendJSON()
94 output.write_full(json_str); in SendJSON()
H A DIOStream.h67 bool write_full(llvm::StringRef str);
H A DIOStream.cpp72 bool OutputStream::write_full(llvm::StringRef str) { in write_full() function in OutputStream