Searched refs:copied_array (Results 1 – 1 of 1) sorted by relevance
307 OptionValueArray *copied_array = in DeepCopy() local309 lldb::OptionValueSP copied_value_sp(copied_array); in DeepCopy()310 *static_cast<OptionValue *>(copied_array) = *this; in DeepCopy()311 copied_array->m_callback = m_callback; in DeepCopy()314 copied_array->AppendValue(m_values[i]->DeepCopy()); in DeepCopy()