Lines Matching refs:OptionWasSet
2810 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2815 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2871 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) in DoExecute()
2874 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2965 if (!m_file_option.GetOptionValue().OptionWasSet() && in DoExecute()
2966 !m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2976 if (m_file_option.GetOptionValue().OptionWasSet()) { in DoExecute()
2997 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
3018 if (m_slide_option.GetOptionValue().OptionWasSet()) { in DoExecute()
3030 if (m_slide_option.GetOptionValue().OptionWasSet()) { in DoExecute()
4526 assert(m_uuid_option_group.GetOptionValue().OptionWasSet()); in AddSymbolsForUUID()
4544 assert(m_file_option.GetOptionValue().OptionWasSet()); in AddSymbolsForFile()
4574 assert(m_current_frame_option.GetOptionValue().OptionWasSet()); in AddSymbolsForFrame()
4620 assert(m_current_stack_option.GetOptionValue().OptionWasSet()); in AddSymbolsForStack()
4682 m_uuid_option_group.GetOptionValue().OptionWasSet(); in DoExecute()
4683 const bool file_option_set = m_file_option.GetOptionValue().OptionWasSet(); in DoExecute()
4685 m_current_frame_option.GetOptionValue().OptionWasSet(); in DoExecute()
4687 m_current_stack_option.GetOptionValue().OptionWasSet(); in DoExecute()