Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h189 DeepCopy(); in Event()
194 DeepCopy(); in Event()
201 DeepCopy();
208 void DeepCopy();
Dprotostream_objectwriter.cc430 void ProtoStreamObjectWriter::AnyWriter::Event::DeepCopy() { in DeepCopy() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter::Event
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.cc72 fields_.back().DeepCopy((other.fields_)[i]); in InternalMergeFrom()
83 fields_.back().DeepCopy((other.fields_)[i]); in MergeFrom()
178 fields_.back().DeepCopy(field); in AddField()
252 void UnknownField::DeepCopy(const UnknownField& other) { in DeepCopy() function in google::protobuf::UnknownField
Dunknown_field_set.h280 void DeepCopy(const UnknownField& other);
/third_party/cef/libcef/browser/
Dextension_impl.cc19 new CefDictionaryValueImpl(extension->manifest()->value()->DeepCopy(), in CefExtensionImpl()
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc466 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in Subscript() function
467 return reinterpret_cast<RepeatedCompositeContainer*>(pself)->DeepCopy(); in Subscript()
516 { "__deepcopy__", DeepCopy, METH_VARARGS, in Subscript()
Drepeated_scalar_container.cc689 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in Subscript() function
690 return reinterpret_cast<RepeatedScalarContainer*>(pself)->DeepCopy(); in Subscript()
714 { "__deepcopy__", DeepCopy, METH_VARARGS, in Subscript()
Dmessage.h95 PyObject* DeepCopy();
Dmessage.cc2403 PyObject* DeepCopy(CMessage* self, PyObject* arg) { in DeepCopy() function
2509 { "__deepcopy__", (PyCFunction)DeepCopy, METH_VARARGS,
2702 PyObject* ContainerBase::DeepCopy() { in DeepCopy() function in google::protobuf::python::ContainerBase
/third_party/gn/src/base/
Dvalues.h326 Value* DeepCopy() const;
573 DictionaryValue* DeepCopy() const;
712 ListValue* DeepCopy() const;
Dvalues.cc505 Value* Value::DeepCopy() const { in DeepCopy() function in base::Value
1067 DictionaryValue* DictionaryValue::DeepCopy() const { in DeepCopy() function in base::DictionaryValue
1284 ListValue* ListValue::DeepCopy() const { in DeepCopy() function in base::ListValue
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dencodable_value_unittests.cc289 TEST(EncodableValueTest, DeepCopy) { in TEST() argument
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.h357 DeepCopy(std::vector<Ptr<Segment> >* original);
Dcmap_table.cc901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) { in DeepCopy() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.h357 DeepCopy(std::vector<Ptr<Segment> >* original);
Dcmap_table.cc901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) { in DeepCopy() function in sfntly::CMapTable::CMapFormat4::Builder::Segment