Searched refs:DeepCopy (Results 1 – 10 of 10) sorted by relevance
29 TEST(OptionValueString, DeepCopy) { in TEST() argument37 auto copy_sp = str.DeepCopy(nullptr); in TEST()51 TEST(OptionValueArgs, DeepCopy) { in TEST() argument59 auto copy_sp = args.DeepCopy(nullptr); in TEST()123 TEST(TestProperties, DeepCopy) { in TEST() argument133 auto copy_sp = props_sp->DeepCopy(nullptr); in TEST()
303 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueArray304 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()311 value = value->DeepCopy(copy_sp); in DeepCopy()
326 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueDictionary327 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()334 value.second = value.second->DeepCopy(copy_sp); in DeepCopy()
573 auto copy_sp = global_props_sp->DeepCopy(global_props_sp->GetParent()); in CreateLocalCopy()578 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueProperties579 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()589 auto value_sp = property.GetValue()->DeepCopy(copy_sp); in DeepCopy()
570 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValue
47 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
42 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
41 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
92 DeepCopy(const lldb::OptionValueSP &new_parent) const;
218 TEST(FunctionCallTrieTest, DeepCopy) { in TEST() argument