Lines Matching refs:OptionWasSet
2734 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2739 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2795 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) in DoExecute()
2798 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2889 if (!m_file_option.GetOptionValue().OptionWasSet() && in DoExecute()
2890 !m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2900 if (m_file_option.GetOptionValue().OptionWasSet()) { in DoExecute()
2921 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2942 if (m_slide_option.GetOptionValue().OptionWasSet()) { in DoExecute()
2954 if (m_slide_option.GetOptionValue().OptionWasSet()) { in DoExecute()
4433 assert(m_uuid_option_group.GetOptionValue().OptionWasSet()); in AddSymbolsForUUID()
4451 assert(m_file_option.GetOptionValue().OptionWasSet()); in AddSymbolsForFile()
4481 assert(m_current_frame_option.GetOptionValue().OptionWasSet()); in AddSymbolsForFrame()
4524 assert(m_current_stack_option.GetOptionValue().OptionWasSet()); in AddSymbolsForStack()
4582 m_uuid_option_group.GetOptionValue().OptionWasSet(); in DoExecute()
4583 const bool file_option_set = m_file_option.GetOptionValue().OptionWasSet(); in DoExecute()
4585 m_current_frame_option.GetOptionValue().OptionWasSet(); in DoExecute()
4587 m_current_stack_option.GetOptionValue().OptionWasSet(); in DoExecute()