Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSON.h219 bool GetObjectAsBool(const std::string &key, bool &value) const;
H A DJSON.cpp144 bool JSONObject::GetObjectAsBool(const std::string &key, bool &value) const { in GetObjectAsBool() function in JSONObject