Home
last modified time | relevance | path

Searched defs:DeepCopy (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SymbolDict.cpp16 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SymbolDict::DeepCopy() const { in DeepCopy() function in CJBig2_SymbolDict
/external/libchrome/components/policy/core/common/
Dpolicy_map.cc21 PolicyMap::Entry PolicyMap::Entry::DeepCopy() const { in DeepCopy() function in policy::PolicyMap::Entry
138 std::unique_ptr<PolicyMap> PolicyMap::DeepCopy() const { in DeepCopy() function in policy::PolicyMap
/external/tensorflow/tensorflow/core/framework/
Dtensor_util.cc33 Tensor DeepCopy(const Tensor& other) { in DeepCopy() function
39 void DeepCopy(const Tensor& input, Tensor* output) { in DeepCopy() function
Dtensor_util_test.cc76 TEST(TensorUtil, DeepCopy) { in TEST() argument
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_runner_test.cc56 TEST(GraphRunnerTest, DeepCopy) { in TEST() argument
/external/libchrome/base/
Dvalues.cc536 Value* Value::DeepCopy() const { in DeepCopy() function in base::Value
1146 DictionaryValue* DictionaryValue::DeepCopy() const { in DeepCopy() function in base::DictionaryValue
1378 ListValue* ListValue::DeepCopy() const { in DeepCopy() function in base::ListValue
Dvalues_unittest.cc1057 TEST(ValuesTest, DeepCopy) { in TEST() argument
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer_test.cc72 VideoFrame DeepCopy(const VideoFrame& frame) { in DeepCopy() function
/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc253 void UnknownField::DeepCopy(const UnknownField& other) { in DeepCopy() function in google::protobuf::UnknownField
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc432 void ProtoStreamObjectWriter::AnyWriter::Event::DeepCopy() { in DeepCopy() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter::Event
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc466 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in Subscript() function
Drepeated_scalar_container.cc689 PyObject* DeepCopy(PyObject* pself, PyObject* arg) { in Subscript() function
Dmessage.cc2377 PyObject* DeepCopy(CMessage* self, PyObject* arg) { in DeepCopy() function
2726 PyObject* ContainerBase::DeepCopy() { in DeepCopy() function in google::protobuf::python::ContainerBase
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) { in DeepCopy() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc1956 TEST_F(TraceEventTestFixture, DeepCopy) { in TEST_F() argument
/external/tinyxml2/
Dtinyxml2.cpp2226 void XMLDocument::DeepCopy(XMLDocument* target) const in DeepCopy() function in tinyxml2::XMLDocument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go39855 func DeepCopy(scope *Scope, x tf.Output) (y tf.Output) { func