Searched refs:EnableOptions (Results 1 – 2 of 2) sorted by relevance
65 class EnableOptions;66 using EnableOptionsSP = std::shared_ptr<EnableOptions>;471 class EnableOptions : public Options { class 473 EnableOptions() in EnableOptions() function in sddarwinlog_private::EnableOptions 747 m_options_sp(enable ? new EnableOptions() : nullptr) {} in AppendStrictSourcesWarning() 975 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
237 TEST_F(LogChannelTest, EnableOptions) { in TEST_F() argument