Searched refs:GetOptionValue (Results 1 – 10 of 10) sorted by relevance
677 if (m_dump_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()679 m_fb_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()691 m_fb_app_data.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()693 m_fb_version.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()695 m_fb_dalvik.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()696 m_fb_unwind.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()699 m_fb_abort.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()700 m_fb_thread.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()701 m_fb_logcat.GetOptionValue().GetCurrentValue()) in SetDefaultOptionsIfNoneAreSet()704 m_dump_all.GetOptionValue().SetCurrentValue(true); in SetDefaultOptionsIfNoneAreSet()[all …]
38 OptionValueFileSpec &GetOptionValue() { return m_file; } in GetOptionValue() function40 const OptionValueFileSpec &GetOptionValue() const { return m_file; } in GetOptionValue() function68 OptionValueFileSpecList &GetOptionValue() { return m_file_list; } in GetOptionValue() function70 const OptionValueFileSpecList &GetOptionValue() const { return m_file_list; } in GetOptionValue() function
39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() function41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() function
37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() function39 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() function
36 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function38 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() function
32 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
565 if (m_all_option.GetOptionValue()) { in DoExecute()618 if (m_cleanup_option.GetOptionValue()) { in DoExecute()2462 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()2467 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()2469 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute()2524 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()2618 if (!m_file_option.GetOptionValue().OptionWasSet() && in DoExecute()2629 if (m_file_option.GetOptionValue().OptionWasSet()) { in DoExecute()2650 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()4149 m_uuid_option_group.GetOptionValue().OptionWasSet(); in DoExecute()[all …]
584 if (m_repl_option.GetOptionValue().GetCurrentValue()) { in DoExecute()
398 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()400 m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
5212 (uint32_t)m_num_packets.GetOptionValue().GetCurrentValue(); in DoExecute()5213 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute()5214 const uint64_t max_recv = m_max_recv.GetOptionValue().GetCurrentValue(); in DoExecute()5215 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()