Home
last modified time | relevance | path

Searched refs:kResourceNotFound (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DMCPError.h29 static constexpr int64_t kResourceNotFound = -32002; variable
H A DProtocolServerMCP.cpp409 MCPError::kResourceNotFound); in ResourcesReadHandler()