Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DDarwinLogCollector.cpp173 if (!source_flags.GetObjectAsBool("any-process", include_any_process)) { in ParseSourceFlags()
178 if (!source_flags.GetObjectAsBool("callstacks", include_callstacks)) { in ParseSourceFlags()
189 if (!source_flags.GetObjectAsBool("info-level", include_info_level)) { in ParseSourceFlags()
194 if (!source_flags.GetObjectAsBool("debug-level", include_debug_level)) { in ParseSourceFlags()
199 if (!source_flags.GetObjectAsBool("live-stream", live_stream)) { in ParseSourceFlags()
227 if (!config.GetObjectAsBool("filter-fall-through-accepts", in ParseFilterRules()
259 if (!rule_config.GetObjectAsBool("accept", filter_accepts)) { in ParseFilterRules()
/external/llvm-project/lldb/tools/debugserver/source/
DJSON.h219 bool GetObjectAsBool(const std::string &key, bool &value) const;
DJSON.cpp146 bool JSONObject::GetObjectAsBool(const std::string &key, bool &value) const { in GetObjectAsBool() function in JSONObject