Searched refs:DeepCopy (Results 1 – 9 of 9) sorted by relevance
311 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueArray312 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()319 value = value->DeepCopy(copy_sp); in DeepCopy()
335 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueDictionary336 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()343 value.second = value.second->DeepCopy(copy_sp); in DeepCopy()
598 auto copy_sp = global_props_sp->DeepCopy(global_props_sp->GetParent()); in CreateLocalCopy()603 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueProperties604 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()614 auto value_sp = property.GetValue()->DeepCopy(copy_sp); in DeepCopy()
570 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValue
49 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
44 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
103 DeepCopy(const lldb::OptionValueSP &new_parent) const;
41 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
218 TEST(FunctionCallTrieTest, DeepCopy) { in TEST() argument