Home
last modified time | relevance | path

Searched refs:srcObject (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DCopyObjectRequest.h34 void setCopySource(const std::string& srcBucket,const std::string& srcObject);
A DMultiCopyObjectRequest.h67 void setCopySource(const std::string& srcBucket, const std::string& srcObject);
/AliOS-Things-master/components/oss/src/resumable/
A DMultiCopyObjectRequest.cc93 …d MultiCopyObjectRequest::setCopySource(const std::string& srcBucket, const std::string& srcObject) in setCopySource() argument
96 ssDesc << "/" << srcBucket << "/" << srcObject; in setCopySource()
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp1661 Json::Value srcObject, objectCopy, otherObject; in JSONTEST_FIXTURE_LOCAL() local
1662 srcObject["key0"] = 10; in JSONTEST_FIXTURE_LOCAL()
1663 objectCopy.copy(srcObject); in JSONTEST_FIXTURE_LOCAL()
1664 JSONTEST_ASSERT(srcObject["key0"] == 10); in JSONTEST_FIXTURE_LOCAL()
1666 JSONTEST_ASSERT(srcObject.getMemberNames().size() == 1); in JSONTEST_FIXTURE_LOCAL()

Completed in 17 milliseconds