Searched refs:FifoFileIO (Results 1 – 4 of 4) sorted by relevance
49 FifoFileIO::FifoFileIO(StringRef fifo_file, StringRef other_endpoint_name) in FifoFileIO() function in lldb_vscode::FifoFileIO52 Expected<json::Value> FifoFileIO::ReadJSON(std::chrono::milliseconds timeout) { in ReadJSON()72 Error FifoFileIO::SendJSON(const json::Value &json, in SendJSON()
42 class FifoFileIO {50 FifoFileIO(llvm::StringRef fifo_file, llvm::StringRef other_endpoint_name);
94 FifoFileIO m_io;120 FifoFileIO m_io;
85 GetNextMessage(FifoFileIO &io, std::chrono::milliseconds timeout) { in GetNextMessage()