Searched refs:GetDefaultValue (Results 1 – 13 of 13) sorted by relevance
47 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()48 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()68 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()79 if (m_byte_size.GetDefaultValue() == 0) { in SetOptionValue()121 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()122 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
46 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue()
59 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue() function61 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue() function
61 char GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
58 lldb::Format GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
80 bool GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
61 lldb::LanguageType GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
75 enum_type GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
68 const FileSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
72 const ArchSpec &GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
76 uint64_t GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
75 int64_t GetDefaultValue() const { return m_default_value; } in GetDefaultValue() function
115 const char *GetDefaultValue() const { return m_default_value.c_str(); } in GetDefaultValue() function