Home
last modified time | relevance | path

Searched refs:m_enumerations (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
DOptionValueEnumeration.cpp26 m_enumerations () in OptionValueEnumeration()
44 const size_t count = m_enumerations.GetSize (); in DumpValue()
47 if (m_enumerations.GetValueAtIndexUnchecked(i).value == m_current_value) in DumpValue()
49 strm.PutCString(m_enumerations.GetCStringAtIndex(i)); in DumpValue()
72 …const EnumerationMapEntry *enumerator_entry = m_enumerations.FindFirstValueForName (const_enumerat… in SetValueFromCString()
81 const size_t count = m_enumerations.GetSize (); in SetValueFromCString()
84 … error_strm.Printf(", valid values are: %s", m_enumerations.GetCStringAtIndex(0)); in SetValueFromCString()
87 error_strm.Printf (", %s", m_enumerations.GetCStringAtIndex(i)); in SetValueFromCString()
113 m_enumerations.Clear(); in SetEnumerations()
120 m_enumerations.Append (const_enumerator_name.GetCString(), enumerator_info); in SetEnumerations()
[all …]
/external/lldb/include/lldb/Interpreter/
DOptionValueEnumeration.h121 EnumerationMap m_enumerations; variable