Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionValueArray.cpp339 OptionValueArray *copied_array = new OptionValueArray (m_type_mask, m_raw_value_dump); in DeepCopy() local
340 lldb::OptionValueSP copied_value_sp(copied_array); in DeepCopy()
344 copied_array->AppendValue (m_values[i]->DeepCopy()); in DeepCopy()