Searched refs:GetObjectAsBool (Results 1 – 3 of 3) sorted by relevance
173 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()
219 bool GetObjectAsBool(const std::string &key, bool &value) const;
146 bool JSONObject::GetObjectAsBool(const std::string &key, bool &value) const { in GetObjectAsBool() function in JSONObject