Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp607 auto *props_value_ptr = static_cast<OptionValueProperties *>(copy_sp.get()); in DeepCopy() local
608 lldbassert(props_value_ptr); in DeepCopy()
610 for (auto &property : props_value_ptr->m_properties) { in DeepCopy()