Searched refs:AppendObjectOutcome (Results 1 – 7 of 7) sorted by relevance
76 AppendObjectOutcome AppendObject(const AppendObjectRequest& request) const;
224 using AppendObjectOutcome = Outcome<OssError, AppendObjectResult>; variable
191 AppendObjectOutcome AppendObject(const AppendObjectRequest& request) const;
296 AppendObjectOutcome OssEncryptionClient::AppendObject(const AppendObjectRequest& request) const in AppendObject()299 return AppendObjectOutcome(OssError("EncryptionClientError", "Not Support this operation.")); in AppendObject()
109 AppendObjectOutcome AppendObject(const AppendObjectRequest &request) const;
1074 AppendObjectOutcome OssClientImpl::AppendObject(const AppendObjectRequest &request) const in AppendObject()1079 return result.ParseDone() ? AppendObjectOutcome(std::move(result)) : in AppendObject()1080 AppendObjectOutcome(OssError("ParseXMLError", "no position or no crc64")); in AppendObject()1083 return AppendObjectOutcome(outcome.error()); in AppendObject()
604 AppendObjectOutcome OssClient::AppendObject(const AppendObjectRequest &request) const in AppendObject()
Completed in 15 milliseconds