Searched refs:ReadJSON (Results 1 – 5 of 5) sorted by relevance
62 llvm::Expected<llvm::json::Value> ReadJSON(std::chrono::milliseconds timeout);
53 Expected<json::Value> FifoFileIO::ReadJSON(std::chrono::milliseconds timeout) { in ReadJSON() function in lldb_vscode::FifoFileIO
115 std::string VSCode::ReadJSON() { in ReadJSON() function in lldb_vscode::VSCode465 std::string json = ReadJSON(); in GetNextObject()
86 if (Expected<json::Value> json = io.ReadJSON(timeout)) in GetNextMessage()
168 std::string ReadJSON();