Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.h125 bool ObjectContainsKey(const llvm::json::Object &obj, llvm::StringRef key);
H A DJSONUtils.cpp105 bool ObjectContainsKey(const llvm::json::Object &obj, llvm::StringRef key) { in ObjectContainsKey() function
933 if (ObjectContainsKey(body, "description")) { in CreateThreadStopped()
H A Dlldb-vscode.cpp543 if (ObjectContainsKey(arguments, "sourceMap")) { in SetSourceMapFromArguments()
913 if (!ObjectContainsKey(body, "description")) { in request_exceptionInfo()