Searched refs:GetOptionValue (Results 1 – 11 of 11) sorted by relevance
672 if (m_dump_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()674 m_fb_all.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()686 m_fb_app_data.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()688 m_fb_version.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()690 m_fb_dalvik.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()691 m_fb_unwind.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()694 m_fb_abort.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()695 m_fb_thread.GetOptionValue().GetCurrentValue() || in SetDefaultOptionsIfNoneAreSet()696 m_fb_logcat.GetOptionValue().GetCurrentValue()) in SetDefaultOptionsIfNoneAreSet()699 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
36 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() function38 const OptionValueString &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
32 const OptionValueUUID &GetOptionValue() const { return m_uuid; } in GetOptionValue() function
578 if (m_all_option.GetOptionValue()) { in DoExecute()631 if (m_cleanup_option.GetOptionValue()) { in DoExecute()2509 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()2511 m_symbol_file.GetOptionValue().GetCurrentValue(); in DoExecute()2568 if (m_symbol_file.GetOptionValue().OptionWasSet()) in DoExecute()2661 if (!m_file_option.GetOptionValue().OptionWasSet() && in DoExecute()2672 if (m_file_option.GetOptionValue().OptionWasSet()) { in DoExecute()2693 if (m_uuid_option_group.GetOptionValue().OptionWasSet()) { in DoExecute()4249 assert(m_file_option.GetOptionValue().OptionWasSet()); in AddSymbolsForFile()4253 m_file_option.GetOptionValue().GetCurrentValue(); in AddSymbolsForFile()[all …]
564 if (m_repl_option.GetOptionValue().GetCurrentValue()) { in DoExecute()
399 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()401 m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
886 if (!m_command_byte.GetOptionValue().OptionWasSet()) { in DoExecute()891 m_command_byte.GetOptionValue().GetUInt64Value(0); in DoExecute()901 m_packet_data.GetOptionValue().GetCurrentValue(); in DoExecute()
4953 (uint32_t)m_num_packets.GetOptionValue().GetCurrentValue(); in DoExecute()4954 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute()4955 const uint64_t max_recv = m_max_recv.GetOptionValue().GetCurrentValue(); in DoExecute()4956 const bool json = m_json.GetOptionValue().GetCurrentValue(); in DoExecute()