Lines Matching refs:OptionWasSet
2504 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2509 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2565 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) in DoExecute()
2568 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()
2661 if (!m_file_option.GetOptionValue().OptionWasSet() && in DoExecute()
2662 !m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2672 if (m_file_option.GetOptionValue().OptionWasSet()) { in DoExecute()
2693 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()
2714 if (m_slide_option.GetOptionValue().OptionWasSet()) { in DoExecute()
2726 if (m_slide_option.GetOptionValue().OptionWasSet()) { in DoExecute()
4231 assert(m_uuid_option_group.GetOptionValue().OptionWasSet()); in AddSymbolsForUUID()
4249 assert(m_file_option.GetOptionValue().OptionWasSet()); in AddSymbolsForFile()
4279 assert(m_current_frame_option.GetOptionValue().OptionWasSet()); in AddSymbolsForFrame()
4325 assert(m_current_stack_option.GetOptionValue().OptionWasSet()); in AddSymbolsForStack()
4387 m_uuid_option_group.GetOptionValue().OptionWasSet(); in DoExecute()
4388 const bool file_option_set = m_file_option.GetOptionValue().OptionWasSet(); in DoExecute()
4390 m_current_frame_option.GetOptionValue().OptionWasSet(); in DoExecute()
4392 m_current_stack_option.GetOptionValue().OptionWasSet(); in DoExecute()