Searched defs:DeepCopy (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_SymbolDict.cpp17 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SymbolDict::DeepCopy() const { function in class:CJBig2_SymbolDict
/external/tensorflow/tensorflow/core/framework/
H A Dtensor_util.cc26 Tensor DeepCopy(const Tensor& other) { function in namespace:tensorflow::tensor
/external/libchrome/base/
H A Dvalues.cc343 Value* Value::DeepCopy() const { function in class:base::Value
1058 DictionaryValue* DictionaryValue::DeepCopy() const {
1325 ListValue* ListValue::DeepCopy() const {
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc102 fields_->back().DeepCopy((*other.fields_)[i]);
113 fields_->back().DeepCopy((*other.fields_)[i]);
211 fields_->back().DeepCopy(field);
312 void UnknownField::DeepCopy(const UnknownField& other) { function in class:google::protobuf::UnknownField
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) { function in class:sfntly::CMapTable::CMapFormat4::Builder::Segment
/external/tinyxml2/
H A Dtinyxml2.cpp2066 void XMLDocument::DeepCopy(XMLDocument* target) const function in class:tinyxml2::XMLDocument
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2448 PyObject* DeepCopy(CMessage* self, PyObject* arg) { function in namespace:google::protobuf::python::cmessage
2573 { "__deepcopy__", (PyCFunction)DeepCopy, METH_VARARGS,
/external/v8/src/
H A Dobjects.cc8002 MaybeHandle<JSObject> JSObject::DeepCopy( function in class:v8::internal::JSObject

Completed in 575 milliseconds