Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueArray.cpp307 OptionValueArray *copied_array = in DeepCopy() local
309 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()