Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libdevdctl/
H A Devent.h204 virtual Event *DeepCopy() const;
322 virtual Event *DeepCopy() const;
360 virtual Event *DeepCopy() const;
383 virtual Event *DeepCopy() const;
H A Devent.cc250 Event::DeepCopy() const in DeepCopy() function in DevdCtl::Event
489 DevfsEvent::DeepCopy() const in DeepCopy() function in DevdCtl::DevfsEvent
542 GeomEvent::DeepCopy() const in DeepCopy() function in DevdCtl::GeomEvent
583 ZfsEvent::DeepCopy() const in DeepCopy() function in DevdCtl::ZfsEvent
H A Dconsumer.cc181 m_unconsumedEvents.push_back(event.DeepCopy()); in SaveEvent()
/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dzfsd_event.h70 virtual DevdCtl::Event *DeepCopy() const;
100 virtual DevdCtl::Event *DeepCopy() const;
H A Dzfsd_event.cc94 GeomEvent::DeepCopy() const in DeepCopy() function in GeomEvent
267 ZfsEvent::DeepCopy() const in DeepCopy() function in ZfsEvent
H A Dcase_file.cc450 m_tentativeEvents.push_front(event.DeepCopy()); in ReEvaluate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp307 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueArray
308 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()
315 value = value->DeepCopy(copy_sp); in DeepCopy()
H A DOptionValueDictionary.cpp315 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueDictionary
316 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()
323 value.second = value.second->DeepCopy(copy_sp); in DeepCopy()
H A DOptionValueProperties.cpp550 auto copy_sp = global_props_sp->DeepCopy(global_props_sp->GetParent()); in CreateLocalCopy()
555 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueProperties
556 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()
566 auto value_sp = property.GetValue()->DeepCopy(copy_sp); in DeepCopy()
H A DOptionValue.cpp570 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValue
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h44 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValueArray.h42 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValueProperties.h41 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValue.h92 DeepCopy(const lldb::OptionValueSP &new_parent) const;