Searched refs:DeepCopy (Results 1 – 6 of 6) sorted by relevance
99 virtual Value* DeepCopy() const;132 virtual Value* DeepCopy() const;164 Value* DeepCopy() const;189 Value* DeepCopy() const;213 Value* DeepCopy() const;346 Value* DeepCopy() const;
56 return node->DeepCopy(); in CopyWithoutEmptyChildren()131 Value* Value::DeepCopy() const { in DeepCopy() function in Value168 Value* FundamentalValue::DeepCopy() const { in DeepCopy() function in FundamentalValue249 Value* StringValue::DeepCopy() const { in DeepCopy() function in StringValue295 Value* BinaryValue::DeepCopy() const { in DeepCopy() function in BinaryValue314 Value* DictionaryValue::DeepCopy() const { in DeepCopy() function in DictionaryValue320 current_entry->second->DeepCopy()); in DeepCopy()815 Value* ListValue::DeepCopy() const { in DeepCopy() function in ListValue819 result->Append((*i)->DeepCopy()); in DeepCopy()
339 TEST(ValuesTest, DeepCopy) { in TEST() argument370 static_cast<DictionaryValue*>(original_dict.DeepCopy())); in TEST()504 DictionaryValue* copy = static_cast<DictionaryValue*>(dv.DeepCopy()); in TEST()513 copy->Set(L"f", list->DeepCopy()); in TEST()
143 fields_->back().DeepCopy(); in AddField()187 void UnknownField::DeepCopy() { in DeepCopy() function in google::protobuf::UnknownField
169 void DeepCopy();
587 TEST(KURLTest, DeepCopy) in TEST() argument