Searched refs:srcObject (Results 1 – 4 of 4) sorted by relevance
34 void setCopySource(const std::string& srcBucket,const std::string& srcObject);
67 void setCopySource(const std::string& srcBucket, const std::string& srcObject);
93 …d MultiCopyObjectRequest::setCopySource(const std::string& srcBucket, const std::string& srcObject) in setCopySource() argument96 ssDesc << "/" << srcBucket << "/" << srcObject; in setCopySource()
1661 Json::Value srcObject, objectCopy, otherObject; in JSONTEST_FIXTURE_LOCAL() local1662 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