/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.h | 189 DeepCopy(); in Event() 194 DeepCopy(); in Event() 201 DeepCopy(); 208 void DeepCopy();
|
D | protostream_objectwriter.cc | 430 void ProtoStreamObjectWriter::AnyWriter::Event::DeepCopy() { in DeepCopy() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter::Event
|
/third_party/protobuf/src/google/protobuf/ |
D | unknown_field_set.cc | 72 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
|
D | unknown_field_set.h | 280 void DeepCopy(const UnknownField& other);
|
/third_party/cef/libcef/browser/ |
D | extension_impl.cc | 19 new CefDictionaryValueImpl(extension->manifest()->value()->DeepCopy(), in CefExtensionImpl()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 466 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()
|
D | repeated_scalar_container.cc | 689 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()
|
D | message.h | 95 PyObject* DeepCopy();
|
D | message.cc | 2403 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/ |
D | values.h | 326 Value* DeepCopy() const; 573 DictionaryValue* DeepCopy() const; 712 ListValue* DeepCopy() const;
|
D | values.cc | 505 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/ |
D | encodable_value_unittests.cc | 289 TEST(EncodableValueTest, DeepCopy) { in TEST() argument
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.h | 357 DeepCopy(std::vector<Ptr<Segment> >* original);
|
D | cmap_table.cc | 901 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/ |
D | cmap_table.h | 357 DeepCopy(std::vector<Ptr<Segment> >* original);
|
D | cmap_table.cc | 901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) { in DeepCopy() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
|