Searched refs:EnableOptions (Results 1 – 2 of 2) sorted by relevance
63 class EnableOptions;64 using EnableOptionsSP = std::shared_ptr<EnableOptions>;469 class EnableOptions : public Options { class471 EnableOptions() in EnableOptions() function in sddarwinlog_private::EnableOptions742 m_options_sp(enable ? new EnableOptions() : nullptr) {} in EnableCommand()971 EnableOptionsSP options_sp(new EnableOptions()); in ParseAutoEnableOptions()
218 TEST_F(LogChannelTest, EnableOptions) { in TEST_F() argument