Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp582 auto *props_value_ptr = static_cast<OptionValueProperties *>(copy_sp.get()); in DeepCopy() local
583 lldbassert(props_value_ptr); in DeepCopy()
585 for (auto &property : props_value_ptr->m_properties) { in DeepCopy()