Home
last modified time | relevance | path

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

/freebsd-src/lib/libdevdctl/
H A Devent.h202 virtual Event *DeepCopy() const;
320 virtual Event *DeepCopy() const;
358 virtual Event *DeepCopy() const;
381 virtual Event *DeepCopy() const;
H A Devent.cc247 Event::DeepCopy() const in DeepCopy() function in DevdCtl::Event
486 DevfsEvent::DeepCopy() const in DeepCopy() function in DevdCtl::DevfsEvent
539 GeomEvent::DeepCopy() const in DeepCopy() function in DevdCtl::GeomEvent
580 ZfsEvent::DeepCopy() const in DeepCopy() function in DevdCtl::ZfsEvent
H A Dconsumer.cc178 m_unconsumedEvents.push_back(event.DeepCopy()); in SaveEvent()
/freebsd-src/cddl/usr.sbin/zfsd/
H A Dzfsd_event.h68 virtual DevdCtl::Event *DeepCopy() const;
98 virtual DevdCtl::Event *DeepCopy() const;
H A Dzfsd_event.cc92 GeomEvent::DeepCopy() const in DeepCopy() function in GeomEvent
269 ZfsEvent::DeepCopy() const in DeepCopy() function in ZfsEvent
H A Dcase_file.cc477 m_tentativeEvents.push_front(event.DeepCopy()); in ReEvaluate()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp309 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueArray
310 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()
317 value = value->DeepCopy(copy_sp); in DeepCopy()
H A DOptionValueDictionary.cpp336 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueDictionary
337 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()
344 value.second = value.second->DeepCopy(copy_sp); in DeepCopy()
H A DOptionValueProperties.cpp382 auto copy_sp = global_props_sp->DeepCopy(global_props_sp->GetParent()); in CreateLocalCopy()
387 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueProperties
388 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()
398 auto value_sp = property.GetValue()->DeepCopy(copy_sp); in DeepCopy()
H A DOptionValue.cpp593 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValue
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h49 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValueArray.h44 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValueProperties.h40 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValue.h113 DeepCopy(const lldb::OptionValueSP &new_parent) const;