Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp614 bool GetFallthroughAccepts() const { return m_filter_fall_through_accepts; } in GetFallthroughAccepts() function in sddarwinlog_private::EnableOptions
923 options_sp->GetFallthroughAccepts() ? "accept" : "reject"); in DoExecute()