Searched refs:GetDefaultValue (Results 1 – 13 of 13) sorted by relevance
62 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()63 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()83 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()94 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()136 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()137 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
43 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
52 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function54 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
55 char GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
72 bool GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
49 lldb::Format GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
51 lldb::LanguageType GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
59 const ArchSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
65 enum_type GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
62 const FileSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
60 int64_t GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
65 uint64_t GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
99 const char *GetDefaultValue() const { return m_default_value.c_str(); } in GetDefaultValue() function